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