Tanoda
|
Public Member Functions | |
TransformSelector (Transform target, Tween tween) | |
Tween | Position (Vector3 a, Vector3 b) |
Tween | ToPosition (Vector3 b) |
Tween | ByPosition (Vector3 delta) |
Tween | Position (Transform a, Transform b) |
Tween | LocalPosition (Vector3 a, Vector3 b) |
Tween | ToLocalPosition (Vector3 b) |
Tween | ByLocalPosition (Vector3 delta) |
Tween | LocalPosition (Transform a, Transform b) |
Tween | Rotation (Quaternion a, Quaternion b) |
Tween | ToRotation (Quaternion b) |
Tween | ByRotation (Quaternion delta) |
Tween | Rotation (Transform a, Transform b) |
Tween | LocalRotation (Quaternion a, Quaternion b) |
Tween | ToLocalRotation (Quaternion b) |
Tween | ByLocalRotation (Quaternion delta) |
Tween | LocalRotation (Transform a, Transform b) |
Tween | LocalScale (Vector3 a, Vector3 b) |
Tween | LocalScale (float a, float b) |
Tween | ToLocalScale (Vector3 b) |
Tween | ToLocalScale (float b) |
Tween | ByLocalScale (float b) |
Tween | LocalScale (Transform a, Transform b) |
Definition at line 24 of file TransformInterpolators.cs.
Leap.Unity.Animation.Internal.TransformSelector.TransformSelector | ( | Transform | target, |
Tween | tween | ||
) |
Definition at line 28 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ByLocalPosition | ( | Vector3 | delta | ) |
Definition at line 58 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ByLocalRotation | ( | Quaternion | delta | ) |
Definition at line 156 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ByLocalScale | ( | float | b | ) |
Definition at line 246 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ByPosition | ( | Vector3 | delta | ) |
Definition at line 42 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ByRotation | ( | Quaternion | delta | ) |
Definition at line 140 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.LocalPosition | ( | Transform | a, |
Transform | b | ||
) |
Definition at line 62 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.LocalPosition | ( | Vector3 | a, |
Vector3 | b | ||
) |
Definition at line 50 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.LocalRotation | ( | Quaternion | a, |
Quaternion | b | ||
) |
Definition at line 148 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.LocalRotation | ( | Transform | a, |
Transform | b | ||
) |
Definition at line 160 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.LocalScale | ( | float | a, |
float | b | ||
) |
Definition at line 234 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.LocalScale | ( | Transform | a, |
Transform | b | ||
) |
Definition at line 250 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.LocalScale | ( | Vector3 | a, |
Vector3 | b | ||
) |
Definition at line 230 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.Position | ( | Transform | a, |
Transform | b | ||
) |
Definition at line 46 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.Position | ( | Vector3 | a, |
Vector3 | b | ||
) |
Definition at line 34 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.Rotation | ( | Quaternion | a, |
Quaternion | b | ||
) |
Definition at line 132 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.Rotation | ( | Transform | a, |
Transform | b | ||
) |
Definition at line 144 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ToLocalPosition | ( | Vector3 | b | ) |
Definition at line 54 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ToLocalRotation | ( | Quaternion | b | ) |
Definition at line 152 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ToLocalScale | ( | float | b | ) |
Definition at line 242 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ToLocalScale | ( | Vector3 | b | ) |
Definition at line 238 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ToPosition | ( | Vector3 | b | ) |
Definition at line 38 of file TransformInterpolators.cs.
Tween Leap.Unity.Animation.Internal.TransformSelector.ToRotation | ( | Quaternion | b | ) |
Definition at line 136 of file TransformInterpolators.cs.