Table of Contents

Class TimelineAdapter

Namespace
KSP.FX.Timeline
Assembly
Assembly-CSharp.dll
public class TimelineAdapter : KerbalMonoBehaviour
Inheritance
TimelineAdapter
Inherited Members
Extension Methods

Constructors

TimelineAdapter()

public TimelineAdapter()

Fields

resolveObjectProxies

public bool resolveObjectProxies

Field Value

bool

Methods

Cleanup()

public void Cleanup()

CreateEffectAtLocation(GameObject, string)

public GameObject CreateEffectAtLocation(GameObject VFX, string locationObjectTag)

Parameters

VFX GameObject
locationObjectTag string

Returns

GameObject

DestroyEffects()

public void DestroyEffects()

Initialize()

public void Initialize()

OnTimeWarpRateChange(float)

public void OnTimeWarpRateChange(float newTimeWarpRate)

Parameters

newTimeWarpRate float

PlayTimeLine()

public void PlayTimeLine()

ResolveObjectReferenceProxies()

public void ResolveObjectReferenceProxies()

SendPartAudioEvent(string, string)

public void SendPartAudioEvent(string targetTag, string audioCategory)

Parameters

targetTag string
audioCategory string

Shutdown()

public void Shutdown()

StopAudio()

public void StopAudio()

StopEffects(ParticleSystemStopBehavior)

public void StopEffects(ParticleSystemStopBehavior stopBehaviour = 1)

Parameters

stopBehaviour ParticleSystemStopBehavior

StopTimeLine()

public void StopTimeLine()

TriggerLaunch()

public void TriggerLaunch()

TriggerTimelineLaunchIfNotAlreadyLaunched()

public void TriggerTimelineLaunchIfNotAlreadyLaunched()