Definition at line 15 of file TweenInstance.cs.
◆ TweenInstance()
Leap.Unity.Animation.Internal.TweenInstance.TweenInstance |
( |
| ) |
|
◆ Dispose()
void Leap.Unity.Animation.Internal.TweenInstance.Dispose |
( |
| ) |
|
◆ interpolatePercent()
void Leap.Unity.Animation.Internal.TweenInstance.interpolatePercent |
( |
| ) |
|
◆ OnRecycle()
void Leap.Unity.Animation.Internal.TweenInstance.OnRecycle |
( |
| ) |
|
◆ OnSpawn()
void Leap.Unity.Animation.Internal.TweenInstance.OnSpawn |
( |
| ) |
|
◆ ResetDefaults()
void Leap.Unity.Animation.Internal.TweenInstance.ResetDefaults |
( |
| ) |
|
◆ Step()
void Leap.Unity.Animation.Internal.TweenInstance.Step |
( |
TweenRunner |
runner | ) |
|
◆ curPercent
float Leap.Unity.Animation.Internal.TweenInstance.curPercent |
◆ direction
Direction Leap.Unity.Animation.Internal.TweenInstance.direction |
◆ dstPercent
float Leap.Unity.Animation.Internal.TweenInstance.dstPercent |
◆ ID_IN_POOL
const int Leap.Unity.Animation.Internal.TweenInstance.ID_IN_POOL = -1 |
|
static |
◆ ID_INVALID_STATE
const int Leap.Unity.Animation.Internal.TweenInstance.ID_INVALID_STATE = -3 |
|
static |
◆ ID_UNUSED
const int Leap.Unity.Animation.Internal.TweenInstance.ID_UNUSED = 0 |
|
static |
◆ ID_WAITING_FOR_RECYCLE
const int Leap.Unity.Animation.Internal.TweenInstance.ID_WAITING_FOR_RECYCLE = -2 |
|
static |
◆ instanceId
◆ interpolatorCount
int Leap.Unity.Animation.Internal.TweenInstance.interpolatorCount |
◆ interpolators
◆ NOT_RUNNING
const int Leap.Unity.Animation.Internal.TweenInstance.NOT_RUNNING = -1 |
|
static |
◆ OnLeaveEnd
Action Leap.Unity.Animation.Internal.TweenInstance.OnLeaveEnd |
◆ OnLeaveStart
Action Leap.Unity.Animation.Internal.TweenInstance.OnLeaveStart |
◆ OnProgress
Action<float> Leap.Unity.Animation.Internal.TweenInstance.OnProgress |
◆ OnReachEnd
Action Leap.Unity.Animation.Internal.TweenInstance.OnReachEnd |
◆ OnReachStart
Action Leap.Unity.Animation.Internal.TweenInstance.OnReachStart |
◆ returnToPoolUponStop
bool Leap.Unity.Animation.Internal.TweenInstance.returnToPoolUponStop |
◆ runnerIndex
int Leap.Unity.Animation.Internal.TweenInstance.runnerIndex = NOT_RUNNING |
◆ smoothFunction
Func<float, float> Leap.Unity.Animation.Internal.TweenInstance.smoothFunction |
◆ smoothType
SmoothType Leap.Unity.Animation.Internal.TweenInstance.smoothType |
◆ velPercent
float Leap.Unity.Animation.Internal.TweenInstance.velPercent |
◆ yieldInstruction
The documentation for this class was generated from the following file: