Show / Hide Table of Contents

    Class AnimationData_Container

    Inheritance
    Object
    AnimationData_Container
    Namespace: Global
    Assembly: Main.dll
    Syntax
    public class AnimationData_Container : ScriptableObject, IReadOnlyDictionary<string, AnimationData_Container.AnimationData>, IReadOnlyCollection<KeyValuePair<string, AnimationData_Container.AnimationData>>, IEnumerable<KeyValuePair<string, AnimationData_Container.AnimationData>>, IEnumerable

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Item[String]

    Declaration
    public AnimationData_Container.AnimationData this[string key] { get; }
    Parameters
    Type Name Description
    String key
    Property Value
    Type Description
    AnimationData_Container.AnimationData
    | Improve this Doc View Source

    Keys

    Declaration
    public IEnumerable<string> Keys { get; }
    Property Value
    Type Description
    IEnumerable<String>
    | Improve this Doc View Source

    listAnimationData

    Declaration
    public IReadOnlyList<AnimationData_Container.AnimationData> listAnimationData { get; }
    Property Value
    Type Description
    IReadOnlyList<AnimationData_Container.AnimationData>
    | Improve this Doc View Source

    Values

    Declaration
    public IEnumerable<AnimationData_Container.AnimationData> Values { get; }
    Property Value
    Type Description
    IEnumerable<AnimationData_Container.AnimationData>

    Methods

    | Improve this Doc View Source

    ContainsKey(String)

    Declaration
    public bool ContainsKey(string key)
    Parameters
    Type Name Description
    String key
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    DoInit()

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

    GetEnumerator()

    Declaration
    public IEnumerator<KeyValuePair<string, AnimationData_Container.AnimationData>> GetEnumerator()
    Returns
    Type Description
    IEnumerator<KeyValuePair<String, AnimationData_Container.AnimationData>>
    | Improve this Doc View Source

    TryGetValue(String, out AnimationData_Container.AnimationData)

    Declaration
    public bool TryGetValue(string key, out AnimationData_Container.AnimationData value)
    Parameters
    Type Name Description
    String key
    AnimationData_Container.AnimationData value
    Returns
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer