Struct IntProperty
Syntax
public struct IntProperty : IAnimatableProperty<int>
Fields
value
Declaration
public PropertyStreamHandle value
Field Value
Methods
Bind(Animator, Component, String)
Declaration
public static IntProperty Bind(Animator animator, Component component, string name)
Parameters
Returns
BindCustom(Animator, String)
Declaration
public static IntProperty BindCustom(Animator animator, string property)
Parameters
Returns
Get(AnimationStream)
Declaration
public int Get(AnimationStream stream)
Parameters
Returns
Implements
Set(AnimationStream, Int32)
Declaration
public void Set(AnimationStream stream, int v)
Parameters
Implements