C# Class ToggleToggle, code

Inheritance: MonoBehaviour
Show file Open project: shendongnian/code

Public Properties

Property Type Description
cubes GameObject[],
firstTickedToggle Toggle,
toggles Toggle[],

Public Methods

Method Description
OnToggleClick ( Toggle, toggle ) : void
Start ( ) : void

Method Details

OnToggleClick() public method

public OnToggleClick ( Toggle, toggle ) : void
toggle Toggle,
return void

Start() public method

public Start ( ) : void
return void

Property Details

cubes public property

public GameObject[], cubes
return GameObject[],

firstTickedToggle public static property

public static Toggle, firstTickedToggle
return Toggle,

toggles public property

public Toggle[], toggles
return Toggle[],