C# Class ButtonDemoToggle

Inheritance: LMWidgets.ButtonToggleBase
Mostrar archivo Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
BotGraphicsOffColor Color
BotGraphicsOnColor Color
MidGraphicsOffColor Color
MidGraphicsOnColor Color
botGraphics ButtonDemoGraphics,
midGraphics ButtonDemoGraphics,
offGraphics ButtonDemoGraphics,
onGraphics ButtonDemoGraphics,

Public Methods

Method Description
ButtonTurnsOff ( ) : void
ButtonTurnsOn ( ) : void

Protected Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Private Methods

Method Description
TurnsOffGraphics ( ) : void
TurnsOnGraphics ( ) : void
UpdateGraphics ( ) : void

Method Details

ButtonTurnsOff() public method

public ButtonTurnsOff ( ) : void
return void

ButtonTurnsOn() public method

public ButtonTurnsOn ( ) : void
return void

FixedUpdate() protected method

protected FixedUpdate ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

BotGraphicsOffColor public_oe property

public Color BotGraphicsOffColor
return Color

BotGraphicsOnColor public_oe property

public Color BotGraphicsOnColor
return Color

MidGraphicsOffColor public_oe property

public Color MidGraphicsOffColor
return Color

MidGraphicsOnColor public_oe property

public Color MidGraphicsOnColor
return Color

botGraphics public_oe property

public ButtonDemoGraphics, botGraphics
return ButtonDemoGraphics,

midGraphics public_oe property

public ButtonDemoGraphics, midGraphics
return ButtonDemoGraphics,

offGraphics public_oe property

public ButtonDemoGraphics, offGraphics
return ButtonDemoGraphics,

onGraphics public_oe property

public ButtonDemoGraphics, onGraphics
return ButtonDemoGraphics,