Show / Hide Table of Contents

    Class Character

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

    Properties

    | Improve this Doc View Source

    OnChangeState

    Declaration
    public ObservableCollection<Character.ECharacterState> OnChangeState { get; }
    Property Value
    Type Description
    ObservableCollection<Character.ECharacterState>

    Methods

    | Improve this Doc View Source

    DoInit()

    Declaration
    public void DoInit()
    | Improve this Doc View Source

    DoSet_CharacterInput(ICharacterInput)

    Declaration
    public void DoSet_CharacterInput(ICharacterInput pInput)
    Parameters
    Type Name Description
    ICharacterInput pInput
    | 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