Class vCast_Menu
vCast built-in Menu.
vCast 內置選單。
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
vCast_Menu
Inherited Members
Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[AddComponentMenu("")]
public class vCast_Menu : vCast_Interactables
Fields
buttons
Buttons in the menu.
選單中的按鈕。
Declaration
[Tooltip("Buttons in the menu.\n選單中的按鈕。")]
public List<vCast_Interactables> buttons
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<vCast_Interactables> |
isOpen
Return true if the menu is opened.
當選單打開時傳回 true。
Declaration
[Tooltip("Return true if the menu is opened.\n當選單打開時傳回 true。")]
public bool isOpen
Field Value
Type | Description |
---|---|
System.Boolean |
pages
Pages in the menu.
選單中的頁面。
Declaration
[Header("[UI Components]")]
[Tooltip("Pages in the menu.\n選單中的頁面。")]
public List<CanvasGroup> pages
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<UnityEngine.CanvasGroup> |