Table of Contents

Class ThrottleLensFlareData

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

Constructors

ThrottleLensFlareData()

public ThrottleLensFlareData()

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

RegisterEvents()

public void RegisterEvents()

RemoveEvents()

public void RemoveEvents()

ToggleVisibility(bool, ParticleSystemStopBehavior)

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

Parameters

doTurnOn bool
stopBehaviour ParticleSystemStopBehavior