Show / Hide Table of Contents

Class vGear_Sketchpad

vGear brush tool sketchpad menu.
vGear 畫筆工具的畫板選單。

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

Fields

colors

Declaration
[HideInInspector]
public List<vGear_Button> colors
Field Value
Type Description
System.Collections.Generic.List<vGear_Button>

current

Declaration
[HideInInspector]
public Transform current
Field Value
Type Description
UnityEngine.Transform

isOpen

Return true if the menu is opened.
當選單打開時傳回 true。

Declaration
[Header("[Status]")]
public bool isOpen
Field Value
Type Description
System.Boolean

locusText

Declaration
[HideInInspector]
public List<Text> locusText
Field Value
Type Description
System.Collections.Generic.List<UnityEngine.UI.Text>

padText

Declaration
[HideInInspector]
public List<Text> padText
Field Value
Type Description
System.Collections.Generic.List<UnityEngine.UI.Text>

slidedImage

Declaration
[HideInInspector]
public List<Image> slidedImage
Field Value
Type Description
System.Collections.Generic.List<UnityEngine.UI.Image>

sliders

Declaration
[HideInInspector]
public List<vGear_Slider> sliders
Field Value
Type Description
System.Collections.Generic.List<vGear_Slider>
In This Article
Back to top Generated by DocFX