C# Class TrapChecker, Castle-Bashers

Inheritance: MonoBehaviour
Show file Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
parent GameObject
timeToLive float

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

parent public property

public GameObject parent
return GameObject

timeToLive public property

public float timeToLive
return float