Show / Hide Table of Contents

Class TimelineHelper

Inheritance
MonoBehaviour
TimelineHelper
Implements
IPauseable
Namespace: Alegra.DimSums
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
public bool IsPlaying()
Returns
Type Description
System.Boolean

Pause(Boolean)

Declaration
public void Pause(bool pause)
Parameters
Type Name Description
System.Boolean pause

Implements

IPauseable
Back to top Generated by DocFX