AnimatorParameter.DefaultInt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the animation parameter type is an int, value to set. Ignored otherwise.
public:
property int DefaultInt { int get(); };
public int DefaultInt { get; }
member this.DefaultInt : int
Public ReadOnly Property DefaultInt As Integer