Class ACAnimation
Class holding all necessary animation data to make the LightweightAnimatorController play animations
Inheritance
object
ACAnimation
Namespace: ACLightweightAnimator.Core
Assembly: cs.temp.dll.dll
Syntax
public class ACAnimation : ISerializationCallbackReceiver
Fields
Clip
Clip associated with this ACAnimation
Declaration
public AnimationClip Clip
Field Value
| Type | Description |
|---|---|
| AnimationClip |
Events
Events triggered when playing the ACAnimation
Declaration
public ACAnimationEvents Events
Field Value
| Type | Description |
|---|---|
| ACAnimationEvents |
Name
Name of the ACAnimation in the context of its LightweightAnimatorController
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
Settings
Settings of the ACAnimation
Declaration
public ACAnimationSettings Settings
Field Value
| Type | Description |
|---|---|
| ACAnimationSettings |