Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
public struct TransformHandle
Methods
Declaration
public static TransformHandle Bind(Animator animator, Transform transform)
Parameters
| Type |
Name |
Description |
| Animator |
animator |
|
| Transform |
transform |
|
Returns
Declaration
public Vector3 GetLocalPosition(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Returns
Declaration
public Quaternion GetLocalRotation(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Returns
| Type |
Description |
| Quaternion |
|
Declaration
public Vector3 GetLocalScale(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Returns
Declaration
public Vector3 GetPosition(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Returns
Declaration
public Quaternion GetRotation(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Returns
| Type |
Description |
| Quaternion |
|
Declaration
public bool IsResolved(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool IsValid(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void Resolve(AnimationStream stream)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
Declaration
public void SetLocalPosition(AnimationStream stream, Vector3 position)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
| Vector3 |
position |
|
Declaration
public void SetLocalRotation(AnimationStream stream, Quaternion rotation)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
| Quaternion |
rotation |
|
Declaration
public void SetLocalScale(AnimationStream stream, Vector3 scale)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
| Vector3 |
scale |
|
Declaration
public void SetPosition(AnimationStream stream, Vector3 position)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
| Vector3 |
position |
|
Declaration
public void SetRotation(AnimationStream stream, Quaternion rotation)
Parameters
| Type |
Name |
Description |
| AnimationStream |
stream |
|
| Quaternion |
rotation |
|