Show / Hide Table of Contents

Class vCast_Menu

vCast built-in Menu.
vCast 內置選單。

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
vCast_Interactables
vCast_Menu
Inherited Members
vCast_Interactables.interactive
vCast_Interactables.setBuiltInLayer
vCast_Interactables.interactableChild
vCast_Interactables.interaction
vCast_Interactables.climbSetting
vCast_Interactables.grabSetting
vCast_Interactables.customDuration
vCast_Interactables.isGrabbed
vCast_Interactables.isPicked
vCast_Interactables.isSelected
vCast_Interactables.collisionInteractors
vCast_Interactables.grabbables
vCast_Interactables.Start()
vCast_Interactables.LateUpdate()
vCast_Interactables.SetParent(Transform, Vector3, Vector3)
vCast_Interactables.SetParent(Transform)
vCast_Interactables.SetGrabbables(Transform)
vCast_Interactables.Grab()
vCast_Interactables.Ungrab()
vCast_Interactables.Pick()
vCast_Interactables.Drop()
vCast_Interactables.OnDestroy()
vCast_Interactables.OnTriggerEnter(Collider)
vCast_Interactables.OnTriggerExit(Collider)
vCast_Interactables.OnCollisionEnter(Collision)
vCast_Interactables.OnCollisionExit(Collision)
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>
In This Article
Back to top Generated by DocFX