C# Class CraftFinalizationButton, Hero.Coli

Inheritance: MonoBehaviour
Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
craftFinalizer CraftFinalizer

Public Methods

Method Description
OnPress ( bool isPressed ) : void
Start ( ) : void
setEnabled ( bool enabled ) : void

Method Details

OnPress() public method

public OnPress ( bool isPressed ) : void
isPressed bool
return void

Start() public method

public Start ( ) : void
return void

setEnabled() public method

public setEnabled ( bool enabled ) : void
enabled bool
return void

Property Details

craftFinalizer public property

public CraftFinalizer craftFinalizer
return CraftFinalizer