C# Class BulletDelayedTracking.DelayState, ProjectPhoenix

Inheritance: IState
Afficher le fichier Open project: Alx666/ProjectPhoenix

Méthodes publiques

Méthode Description
DelayState ( BulletDelayedTracking, hOwner ) : UnityEngine
OnFixedUpdate ( ) : void
Reset ( ) : void
Update ( ) : IState,

Method Details

DelayState() public méthode

public DelayState ( BulletDelayedTracking, hOwner ) : UnityEngine
hOwner BulletDelayedTracking,
Résultat UnityEngine

OnFixedUpdate() public méthode

public OnFixedUpdate ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Update() public méthode

public Update ( ) : IState,
Résultat IState,