Class TimelineHelper
Inheritance
MonoBehaviour
TimelineHelper
Assembly: cs.temp.dll.dll
Syntax
public class TimelineHelper : MonoBehaviour, IPauseable
Methods
DidTimelineEndThisFrame()
Declaration
public bool DidTimelineEndThisFrame()
Returns
Type |
Description |
System.Boolean |
|
DidTimelineStartThisFrame()
Declaration
public bool DidTimelineStartThisFrame()
Returns
Type |
Description |
System.Boolean |
|
IsPauseable()
Declaration
public bool IsPauseable()
Returns
Type |
Description |
System.Boolean |
|
IsPlaying()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Pause(Boolean)
Declaration
public void Pause(bool pause)
Parameters
Type |
Name |
Description |
System.Boolean |
pause |
|
Implements
IPauseable