AnimPropertyBinderList
Class
Read time 1 minuteLast updated 21 hours ago
Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class AnimPropertyBinderList
Constructors
AnimPropertyBinderList(AnimPropertyBinder[])
public AnimPropertyBinderList(AnimPropertyBinder[] tab)
Parameters
AnimPropertyBinderList(int)
public AnimPropertyBinderList(int size)
Parameters
Type | Name | Description |
|---|
| int | size | |
Fields
length
public int length { get; }
Returns
this[int]
public AnimPropertyBinder this[int index] { get; set; }
Returns
list
public AnimPropertyBinder[] list
Returns
Operators
implicit operator AnimPropertyBinder[](AnimPropertyBinderList)
public static implicit operator AnimPropertyBinder[](AnimPropertyBinderList o)
Parameters
Returns