Class AnimationData_Container
Inheritance
AnimationData_Container
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
|
Improve this Doc
View Source
Item[String]
Declaration
public AnimationData_Container.AnimationData this[string key] { get; }
Parameters
Type |
Name |
Description |
String |
key |
|
Property Value
|
Improve this Doc
View Source
Keys
Declaration
public IEnumerable<string> Keys { get; }
Property Value
|
Improve this Doc
View Source
listAnimationData
Declaration
public IReadOnlyList<AnimationData_Container.AnimationData> listAnimationData { get; }
Property Value
|
Improve this Doc
View Source
Values
Declaration
public IEnumerable<AnimationData_Container.AnimationData> Values { get; }
Property Value
Methods
|
Improve this Doc
View Source
ContainsKey(String)
Declaration
public bool ContainsKey(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
|
Improve this Doc
View Source
DoInit()
Declaration
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<KeyValuePair<string, AnimationData_Container.AnimationData>> GetEnumerator()
Returns
|
Improve this Doc
View Source
TryGetValue(String, out AnimationData_Container.AnimationData)
Declaration
public bool TryGetValue(string key, out AnimationData_Container.AnimationData value)
Parameters
Returns