C# Class uREPL.BoolFieldItem

Inheritance: FieldItem
Show file Open project: hecomi/uREPL

Public Properties

Property Type Description
toggle Toggle

Public Methods

Method Description
OnDestroy ( ) : void
OnValueChanged ( bool isOn ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnValueChanged() public method

public OnValueChanged ( bool isOn ) : void
isOn bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

toggle public property

public Toggle toggle
return Toggle