Table of Contents

Class ThrottleLightData

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

Constructors

ThrottleLightData()

public ThrottleLightData()

Fields

CtrlAllLightsUnderThisTransform

public bool CtrlAllLightsUnderThisTransform

Field Value

bool

LightIntensityCurve

public AnimationCurve LightIntensityCurve

Field Value

AnimationCurve

LightRangeCurve

public AnimationCurve LightRangeCurve

Field Value

AnimationCurve

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