Tanoda
Leap.Unity.Animation.Internal.QuaternionInterpolatorBase< ObjType > Class Template Reference
Inheritance diagram for Leap.Unity.Animation.Internal.QuaternionInterpolatorBase< ObjType >:
Leap.Unity.Animation.Internal.InterpolatorBase< Quaternion, ObjType >

Public Member Functions

new QuaternionInterpolatorBase< ObjType > Init (Quaternion a, Quaternion b, ObjType target)
 
- Public Member Functions inherited from Leap.Unity.Animation.Internal.InterpolatorBase< Quaternion, ObjType >
InterpolatorBase< ValueType, ObjType > Init (ValueType a, ValueType b, ObjType target)
 
abstract void Interpolate (float percent)
 Called to trigger the interpolation of this interpolator. Use this callback to do whatever work your interpolator needs to do. More...
 
void OnSpawn ()
 
void OnRecycle ()
 
abstract void Dispose ()
 

Properties

override float length [get]
 
- Properties inherited from Leap.Unity.Animation.Internal.InterpolatorBase< Quaternion, ObjType >
abstract float length [get]
 Returns the 'length' of this interpolator, in whatever units make sense for this interpolator. If you are interpolating from one point to another, you would return the distance between the points. More...
 
abstract bool isValid [get]
 Returns whether or not this interpolator is currently considered valid. Any invalid interpolators will be removed from a tween. More...
 

Additional Inherited Members

- Protected Attributes inherited from Leap.Unity.Animation.Internal.InterpolatorBase< Quaternion, ObjType >
ValueType _a
 
ValueType _b
 
ObjType _target
 

Detailed Description

Definition at line 98 of file InterpolatorBases.cs.

Member Function Documentation

◆ Init()

new QuaternionInterpolatorBase< ObjType > Leap.Unity.Animation.Internal.QuaternionInterpolatorBase< ObjType >.Init ( Quaternion  a,
Quaternion  b,
ObjType  target 
)

Definition at line 105 of file InterpolatorBases.cs.

Property Documentation

◆ length

override float Leap.Unity.Animation.Internal.QuaternionInterpolatorBase< ObjType >.length
get

Definition at line 99 of file InterpolatorBases.cs.


The documentation for this class was generated from the following file: