Lightweight Animator Controller
  • Manual
  • Scripting API
Search Results for

    Show / Hide Table of Contents
    • ACLightweightAnimator
      • LightweightAnimatorController
    • ACLightweightAnimator.Core
      • ACAnimation
      • ACAnimationEvents
      • ACAnimationLayer
      • ACAnimationSettings

    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
    In This Article
    Back to top Lightweight Animator Controller version 1.0 by Antoine Cherel