Struct Vector3IntProperty
Syntax
public struct Vector3IntProperty : IAnimatableProperty<Vector3Int>
Fields
x
Declaration
public PropertyStreamHandle x
Field Value
y
Declaration
public PropertyStreamHandle y
Field Value
z
Declaration
public PropertyStreamHandle z
Field Value
Methods
Bind(Animator, Component, String)
Declaration
public static Vector3IntProperty Bind(Animator animator, Component component, string name)
Parameters
Returns
BindCustom(Animator, String)
Declaration
public static Vector3IntProperty BindCustom(Animator animator, string name)
Parameters
Returns
Get(AnimationStream)
Declaration
public Vector3Int Get(AnimationStream stream)
Parameters
Returns
Implements
Set(AnimationStream, Vector3Int)
Declaration
public void Set(AnimationStream stream, Vector3Int value)
Parameters
Implements