C# Class AnimatorEvents, Zombayo

Inheritance: MonoBehaviour
Afficher le fichier Open project: pchernev/Zombayo Class Usage Examples

Méthodes publiques

Свойство Type Description
Events AnimEvent[],

Méthodes publiques

Méthode Description
Awake ( ) : void
Update ( ) : void

Private Methods

Méthode Description
CreateInstance ( AnimEvent, animEvent ) : void

Creates an instance.

FireMethod ( AnimEvent, animEvent ) : void

Fires a method based on the string given when setting up the event array.

GenerateRandomRotation ( AnimEvent, animEvent ) : Quaternion

Generates a random rotation.

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Events public_oe property

public AnimEvent[], Events
Résultat AnimEvent[],