Tanoda
Leap.Unity.Attributes.QuickButtonAttribute Class Reference
Inheritance diagram for Leap.Unity.Attributes.QuickButtonAttribute:
Leap.Unity.Attributes.CombinablePropertyAttribute Leap.Unity.Attributes.IAfterFieldAdditiveDrawer Leap.Unity.Attributes.IAdditiveDrawer

Public Member Functions

 QuickButtonAttribute (string buttonLabel, string methodOnPress, string tooltip="")
 

Public Attributes

readonly string label = "Quick Button"
 
readonly string methodOnPress = null
 
readonly string tooltip = ""
 

Static Public Attributes

const float PADDING_RIGHT = 12f
 

Additional Inherited Members

- Properties inherited from Leap.Unity.Attributes.CombinablePropertyAttribute
FieldInfo? fieldInfo [get, protected set]
 
UnityObject[]? targets [get, protected set]
 

Detailed Description

Definition at line 20 of file QuickButton.cs.

Constructor & Destructor Documentation

◆ QuickButtonAttribute()

Leap.Unity.Attributes.QuickButtonAttribute.QuickButtonAttribute ( string  buttonLabel,
string  methodOnPress,
string  tooltip = "" 
)

Definition at line 30 of file QuickButton.cs.

Member Data Documentation

◆ label

readonly string Leap.Unity.Attributes.QuickButtonAttribute.label = "Quick Button"

Definition at line 26 of file QuickButton.cs.

◆ methodOnPress

readonly string Leap.Unity.Attributes.QuickButtonAttribute.methodOnPress = null

Definition at line 27 of file QuickButton.cs.

◆ PADDING_RIGHT

const float Leap.Unity.Attributes.QuickButtonAttribute.PADDING_RIGHT = 12f
static

Definition at line 24 of file QuickButton.cs.

◆ tooltip

readonly string Leap.Unity.Attributes.QuickButtonAttribute.tooltip = ""

Definition at line 28 of file QuickButton.cs.


The documentation for this class was generated from the following file: