C# Class TimedTrap, Castle-Bashers

Inheritance: MonoBehaviour
Mostra file Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
Interval float
Other GameObject

Public Methods

Method Description
Activate ( bool choice ) : void
Start ( ) : void
Update ( ) : void

Method Details

Activate() public method

public Activate ( bool choice ) : void
choice bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Interval public_oe property

public float Interval
return float

Other public_oe property

public GameObject Other
return GameObject