C# Class ToggleToggle, code

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public GameObject[], cubes
return GameObject[],

firstTickedToggle public_oe static_oe property

public static Toggle, firstTickedToggle
return Toggle,

toggles public_oe property

public Toggle[], toggles
return Toggle[],