Show / Hide Table of Contents

Class vGear_Button

The UI Button objects.
使用者介面按鈕物件。

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
vCast_Interactables
vGear_Interactables
vGear_UI
vGear_Button
vGear_Slider
Inherited Members
vGear_UI.isTransiting
vGear_UI.isPaused
vGear_UI.graphics
vGear_UI.renderers
vGear_UI.colorField
vGear_UI.originColor
vGear_UI.originAlpha
vGear_UI.originOutline
vGear_UI.transition
vGear_UI.disable
vGear_UI.PauseTransition()
vGear_UI.UnPauseTransition()
vGear_Interactables.networkCommands
vGear_Interactables.interactions
vGear_Interactables.colliderDetection
vGear_Interactables.auxiliarySetting
vGear_Interactables.OnTriggerEnter(Collider)
vGear_Interactables.OnTriggerExit(Collider)
vGear_Interactables.OnCollisionEnter(Collision)
vGear_Interactables.OnCollisionExit(Collision)
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()
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[AddComponentMenu("")]
public class vGear_Button : vGear_UI

Fields

click

Click state setting.
按下狀態設定。

Declaration
[Tooltip("Click state setting.\n按下狀態設定。")]
public UIState click
Field Value
Type Description
UIState

defaultEnable

Enable the button on start if true.
當 true 時在開始時啟用按鈕。

Declaration
[Tooltip("Enable the button on start.\n在開始時啟用按鈕。")]
public bool defaultEnable
Field Value
Type Description
System.Boolean

select

Select state setting.
點選狀態設定。

Declaration
[Tooltip("Select state setting.\n點選狀態設定。")]
public UIState select
Field Value
Type Description
UIState

Methods

Disable()

Disable the button.
停用按鈕。

Declaration
public virtual void Disable()

Enable()

Enable the button.
啟用按鈕。

Declaration
public virtual void Enable()
In This Article
Back to top Generated by DocFX