C# Class AnimatorEvents, Zombayo

Inheritance: MonoBehaviour
Mostrar archivo Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
Events AnimEvent[],

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Private Methods

Method 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 method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Events public_oe property

public AnimEvent[], Events
return AnimEvent[],