Class vGear_Landing
vGear landing page menu.
vGear 登陸頁面選單。
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
vGear_Landing
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[AddComponentMenu("")]
public class vGear_Landing : MonoBehaviour
Fields
buttonReference
Button reference to duplicate.
複製按鈕的參考物件。
Declaration
[Tooltip("Button reference to duplicate.\n複製按鈕的參考物件。")]
public vGear_Button buttonReference
Field Value
Type | Description |
---|---|
vGear_Button |
isOpen
Return true if the menu is opened.
當選單打開時傳回 true。
Declaration
[Header("[Status]")]
[Tooltip("Return true if the menu is opened.\n當選單打開時傳回 true。")]
public bool isOpen
Field Value
Type | Description |
---|---|
System.Boolean |
panelReference
Panel reference to duplicate.
複製面板的參考物件。
Declaration
[Header("[Settings]")]
[Tooltip("Panel reference to duplicate.\n複製面板的參考物件。")]
public vGear_Panel panelReference
Field Value
Type | Description |
---|---|
vGear_Panel |
sliderButtons
Buttons for sliding landing menu buttons.
滑動登陸選單按鈕的按鈕。
Declaration
[Tooltip("Buttons for sliding landing menu buttons.\n滑動登陸選單按鈕的按鈕。")]
public vGear_Button[] sliderButtons
Field Value
Type | Description |
---|---|
vGear_Button[] |