Show / Hide Table of Contents

Class Essential

Essential elements to initialize the XR system.
XR 系統初始化的必須元素。

Inheritance
System.Object
Essential
Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class Essential

Fields

alwaysOnCameras

The cameras that will not be disabled by XR system.
不會被 XR 系統停用的相機。

Declaration
[Tooltip("The cameras that will not be disabled by XR system.\n不會被 XR 停用的相機。")]
public List<Camera> alwaysOnCameras
Field Value
Type Description
System.Collections.Generic.List<UnityEngine.Camera>

cameraReference

The camera objects used to copy. 用作複製的相機物件列。

Declaration
[Tooltip("The camera objects used to copy.\n用作複製的相機物件列。")]
public List<Camera> cameraReference
Field Value
Type Description
System.Collections.Generic.List<UnityEngine.Camera>

controllerPrefab

Prefab of Controller.
控制器預戴體。

Declaration
[Tooltip("Prefab of Controller.\n控制器預戴體。")]
public vCast_Controller controllerPrefab
Field Value
Type Description
vCast_Controller

faderPrefab

Prefab of Faders.
場景轉換器預戴體。

Declaration
[HideInInspector]
public vCast_Fader[] faderPrefab
Field Value
Type Description
vCast_Fader[]

fisheye

Fish eye shader.
魚眼著色器。

Declaration
[HideInInspector]
public Shader fisheye
Field Value
Type Description
UnityEngine.Shader

info

Prefab of Info Wall.
資訊牆預戴體。

Declaration
[HideInInspector]
public GameObject info
Field Value
Type Description
UnityEngine.GameObject

menu

Prefab of built-in Menu.
內置選單預戴體。

Declaration
[HideInInspector]
public GameObject menu
Field Value
Type Description
UnityEngine.GameObject

outlineFill

Outline fill material.
輪廓填滿材質。

Declaration
[HideInInspector]
public Material outlineFill
Field Value
Type Description
UnityEngine.Material

outlineMask

Outline mask material.
輪廓遮蔽材質。

Declaration
[HideInInspector]
public Material outlineMask
Field Value
Type Description
UnityEngine.Material

screenWarning

Material of screen warning image.
屏幕警告材質。

Declaration
[Tooltip("Material of screen warning image.\n屏幕警告材質。")]
public Material screenWarning
Field Value
Type Description
UnityEngine.Material

sensorPrefab

Prefab of Sensor.
感應器預戴體。

Declaration
[Tooltip("Prefab of Sensor.\n感應器預戴體。")]
public vCast_Sensor sensorPrefab
Field Value
Type Description
vCast_Sensor

sfx

Group of sound effects.
音效群組。

Declaration
[Tooltip("Group of sound effects.\n音效群組。")]
public SoundEffect sfx
Field Value
Type Description
SoundEffect

userPrefab

Prefab of User.
使用者預戴體。

Declaration
[Tooltip("Prefab of User.\n使用者預戴體。")]
public vCast_User userPrefab
Field Value
Type Description
vCast_User
In This Article
Back to top Generated by DocFX