C# Class Explosion, ProjectPhoenix

Inheritance: MonoBehaviour
Show file Open project: Alx666/ProjectPhoenix Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
ExendExpolsion ( ) : void
OnTriggerEnter ( Collider collider ) : void
RetireExpolsion ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ExendExpolsion() public method

public ExendExpolsion ( ) : void
return void

OnTriggerEnter() public method

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

RetireExpolsion() public method

public RetireExpolsion ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void