Show / Hide Table of Contents

Class vCast_Dome

Class for handling dome projection.
處理全景式球幕投影的類別。

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
vCast_Dome
Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[AddComponentMenu("")]
public class vCast_Dome : MonoBehaviour

Fields

displayUI

Decide to display UI or not. The preformance may be dropped down if enabled.
決定是否顯示使用者介面,啟動後性能可能會下降。

Declaration
[Tooltip("Decide to display UI or not. The preformance may be dropped down if enabled.\n決定是否顯示使用者介面,啟動後性能可能會下降。")]
public bool displayUI
Field Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX