Struct ChildAnimatorState
Inherited Members
Namespace: UnityEditor.Animations
Assembly: UnityEditor.dll
Syntax
public struct ChildAnimatorState
Properties
| Improve this Doc View Sourceposition
Declaration
public Vector3 position { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
state
Declaration
public AnimatorState state { get; set; }
Property Value
Type | Description |
---|---|
AnimatorState |