Esempio n. 1
0
 public virtual void OnEventEnd(int index, MovementCommand.CommandType type, float duration, bool isGoal, Vector3 speed, Vector3 angularSpeed, bool freezeP, bool freezeR)
 {
 }
Esempio n. 2
0
 //You can derive from the MovingObject class to create objects which execute special commands when an event starts or ends.
 public virtual void OnEventStart(int index, MovementCommand.CommandType type, float duration, bool isGoal, Vector3 speed, Vector3 angularSpeed, bool freezeP, bool freezeR, AudioClip sound)
 {
 }