Table of Contents

Class EffectAtLocationMixer

Namespace
KSP.FX.Timeline
Assembly
Assembly-CSharp.dll
public class EffectAtLocationMixer : PlayableBehaviour
Inheritance
EffectAtLocationMixer
Extension Methods

Constructors

EffectAtLocationMixer()

public EffectAtLocationMixer()

Fields

Clips

public TimelineClip[] Clips

Field Value

TimelineClip[]

OnClipEnd

public static Action<EffectAtLocationBehavior> OnClipEnd

Field Value

Action<EffectAtLocationBehavior>

OnClipStart

public static Action<EffectAtLocationBehavior> OnClipStart

Field Value

Action<EffectAtLocationBehavior>

Methods

OnGraphStop(Playable)

public override void OnGraphStop(Playable playable)

Parameters

playable Playable

ProcessFrame(Playable, FrameData, object)

public override void ProcessFrame(Playable playable, FrameData info, object playerData)

Parameters

playable Playable
info FrameData
playerData object