Table of Contents

Class VFXPostProcessData

Namespace
KSP.VFX
Assembly
Assembly-CSharp.dll
public class VFXPostProcessData : KerbalMonoBehaviour, IEngineFXData
Inheritance
VFXPostProcessData
Implements
Inherited Members
Extension Methods

Constructors

VFXPostProcessData()

public VFXPostProcessData()

Fields

_distanceCurve

public AnimationCurve _distanceCurve

Field Value

AnimationCurve

_distanceMax

public float _distanceMax

Field Value

float

_postProfile

public PostProcessProfile _postProfile

Field Value

PostProcessProfile

_throttleCurve

public AnimationCurve _throttleCurve

Field Value

AnimationCurve

_timeCurve

public AnimationCurve _timeCurve

Field Value

AnimationCurve

_useTimeCurve

public bool _useTimeCurve

Field Value

bool

Properties

TriggerUpdateVisuals

public Action<float, float, float, Vector3> TriggerUpdateVisuals { get; set; }

Property Value

Action<float, float, float, Vector3>

Methods

IsVisible()

public bool IsVisible()

Returns

bool

ToggleVisibility(bool, ParticleSystemStopBehavior)

public void ToggleVisibility(bool doTurnOn, ParticleSystemStopBehavior stopBehaviour = 1)

Parameters

doTurnOn bool
stopBehaviour ParticleSystemStopBehavior