Playground by Górka Mateusz
Goo.Tools.Effects.Inertia.PositionInertia Class Reference
+ Inheritance diagram for Goo.Tools.Effects.Inertia.PositionInertia:
+ Collaboration diagram for Goo.Tools.Effects.Inertia.PositionInertia:

Protected Member Functions

override Vector3 Lerp (Vector3 a, Vector3 b, float t)
 
- Protected Member Functions inherited from Goo.Tools.Effects.Inertia.InertiaTemplate< Vector3 >
virtual void Start ()
 
virtual void LateUpdate ()
 
abstract T Lerp (T a, T b, float t)
 
virtual void OnValidate ()
 

Properties

override Vector3 Value [get, set]
 
override Vector3 ParentValue [get]
 
- Properties inherited from Goo.Tools.Effects.Inertia.InertiaTemplate< Vector3 >
abstract T Value [get, set]
 
abstract T ParentValue [get]
 

Member Function Documentation

◆ 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 }

Property Documentation

◆ 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: