Struct AnimatorCondition
Inherited Members
Namespace: UnityEditor.Animations
Assembly: UnityEditor.dll
Syntax
public struct AnimatorCondition
Properties
| Improve this Doc View Sourcemode
Declaration
public AnimatorConditionMode mode { get; set; }
Property Value
Type | Description |
---|---|
AnimatorConditionMode |
parameter
Declaration
public string parameter { get; set; }
Property Value
Type | Description |
---|---|
String |
threshold
Declaration
public float threshold { get; set; }
Property Value
Type | Description |
---|---|
Single |