Shooter Template  1.2.3
Public Member Functions | Public Attributes | List of all members
Invector.vButtonAttribute Class Reference
Inheritance diagram for Invector.vButtonAttribute:

Public Member Functions

 vButtonAttribute (string label, string function, Type type, bool enabledJustInPlayMode=true)
 Create a button in Inspector More...
 

Public Attributes

readonly string label
 
readonly string function
 
readonly int id
 
readonly Type type
 
readonly bool enabledJustInPlayMode
 

Constructor & Destructor Documentation

◆ vButtonAttribute()

Invector.vButtonAttribute.vButtonAttribute ( string  label,
string  function,
Type  type,
bool  enabledJustInPlayMode = true 
)

Create a button in Inspector

Parameters
labelbutton label
functionfunction to call on press
typeparent class type button
enabledJustInPlayModebutton is enabled just in play mode

Member Data Documentation

◆ enabledJustInPlayMode

readonly bool Invector.vButtonAttribute.enabledJustInPlayMode

◆ function

readonly string Invector.vButtonAttribute.function

◆ id

readonly int Invector.vButtonAttribute.id

◆ label

readonly string Invector.vButtonAttribute.label

◆ type

readonly Type Invector.vButtonAttribute.type

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