Class SequenceControllerComponent
- Namespace
- KSP.FX.Timeline
- Assembly
- Assembly-CSharp.dll
public class SequenceControllerComponent : KerbalMonoBehaviour
- Inheritance
-
SequenceControllerComponent
- Inherited Members
-
- Extension Methods
-
Constructors
SequenceControllerComponent()
public SequenceControllerComponent()
Fields
InstanceIndex
Field Value
- int
NamedTimelines
public SequenceControllerComponent.NamedTimeline[] NamedTimelines
Field Value
- NamedTimeline[]
OnClipEnd
Field Value
- Action
Methods
OnDisable()
OnEnable()
OnTimeWarpRateChange(float)
public void OnTimeWarpRateChange(float newTimeWarpRate)
Parameters
newTimeWarpRate float
PlayTimeLine()
public void PlayTimeLine()
PlayTimeLine(string)
public void PlayTimeLine(string TimelineName)
Parameters
TimelineName string
Shutdown()
StopTimeLine()
public void StopTimeLine()