C# Class Explosion, ProjectPhoenix

Inheritance: MonoBehaviour
Afficher le fichier Open project: Alx666/ProjectPhoenix Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void
ExendExpolsion ( ) : void
OnTriggerEnter ( Collider collider ) : void
RetireExpolsion ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ExendExpolsion() public méthode

public ExendExpolsion ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider collider ) : void
collider Collider
Résultat void

RetireExpolsion() public méthode

public RetireExpolsion ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void