Class AnimationList
Inheritance
AnimationList
Syntax
[Serializable]
public class AnimationList
Constructors
AnimationList()
Declaration
AnimationList(int)
Declaration
public AnimationList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
AnimationList(uint[])
Declaration
public AnimationList(uint[] tab)
Parameters
Type |
Name |
Description |
uint[] |
tab |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public uint this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator uint[](AnimationList)
Declaration
public static implicit operator uint[](AnimationList o)
Parameters
Returns