|
override Quaternion | Lerp (Quaternion a, Quaternion b, float t) |
|
virtual void | Start () |
|
virtual void | LateUpdate () |
|
abstract T | Lerp (T a, T b, float t) |
|
virtual void | OnValidate () |
|
◆ Lerp()
override Quaternion Goo.Tools.Effects.Inertia.RotationInertia.Lerp |
( |
Quaternion |
a, |
|
|
Quaternion |
b, |
|
|
float |
t |
|
) |
| |
|
inlineprotected |
11 {
12 return Quaternion.Lerp(a, b, t);
13 }
◆ Value
override Quaternion Goo.Tools.Effects.Inertia.RotationInertia.Value |
|
getsetprotected |
7{ get => transform.rotation; set => transform.rotation = value; }
◆ ParentValue
override Quaternion Goo.Tools.Effects.Inertia.RotationInertia.ParentValue |
|
getprotected |
The documentation for this class was generated from the following file: