Show / Hide Table of Contents

    Class CharacterAnimator

    Inheritance
    Object
    ObjectBase
    CharacterAnimator
    Namespace: Global
    Assembly: Main.dll
    Syntax
    public class CharacterAnimator : ObjectBase

    Fields

    | Improve this Doc View Source

    pAnimationData

    Declaration
    public AnimationData_Container pAnimationData
    Field Value
    Type Description
    AnimationData_Container

    Methods

    | Improve this Doc View Source

    DoPlayAnimation(String)

    Declaration
    public void DoPlayAnimation(string strAnimation)
    Parameters
    Type Name Description
    String strAnimation
    | Improve this Doc View Source

    DoPlayAnimation_Loop(String)

    Declaration
    public void DoPlayAnimation_Loop(string strAnimation)
    Parameters
    Type Name Description
    String strAnimation
    | Improve this Doc View Source

    OnAwake()

    Declaration
    protected override void OnAwake()
    Overrides
    ObjectBase.OnAwake()
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer