Class TimeLooper
Inheritance
System.Object
TimeLooper
Namespace: Unity.Tiny.Interpolation
Syntax
public static class TimeLooper
Methods
LoopTime(Single, Single, Single, LoopMode, out Boolean)
Declaration
public static float LoopTime(float time, float startTime, float endTime, LoopMode loopMode, out bool done)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | time | |
| System.Single | startTime | |
| System.Single | endTime | |
| LoopMode | loopMode | |
| System.Boolean | done |
Returns
| Type | Description |
|---|---|
| System.Single |