C# Class InteractiveObjects

Inheritance: MonoBehaviour
Exibir arquivo Open project: sasuke9759/GGJ-2016-Llama-God Class Usage Examples

Public Properties

Property Type Description
activated bool

Public Methods

Method Description
SetActive ( ) : void
SetInactive ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetActive() public method

public SetActive ( ) : void
return void

SetInactive() public method

public SetInactive ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

activated public_oe property

public bool activated
return bool