Table of Contents

Class FXDebugTools

Namespace
KSP.DebugTools
Assembly
Assembly-CSharp.dll
public class FXDebugTools : KerbalMonoBehaviour
Inheritance
FXDebugTools
Inherited Members
Extension Methods

Constructors

FXDebugTools()

public FXDebugTools()

Fields

SelectedObjects

public List<FXDebugPartItem> SelectedObjects

Field Value

List<FXDebugPartItem>

Properties

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

Methods

ClearConsole()

public void ClearConsole()

ForceRefresh()

public void ForceRefresh()

GetShowContrailsFX()

public bool GetShowContrailsFX()

Returns

bool

GetShowDetachFX()

public bool GetShowDetachFX()

Returns

bool

GetShowEngineFX()

public bool GetShowEngineFX()

Returns

bool

GetShowExplosionFX()

public bool GetShowExplosionFX()

Returns

bool

GetShowGroundBlastFX()

public bool GetShowGroundBlastFX()

Returns

bool

GetShowKerbalFootstepFX()

public bool GetShowKerbalFootstepFX()

Returns

bool

GetShowKerbalPoofFX()

public bool GetShowKerbalPoofFX()

Returns

bool

GetShowLaunchFireFX()

public bool GetShowLaunchFireFX()

Returns

bool

GetShowLaunchFuelTankIceFX()

public bool GetShowLaunchFuelTankIceFX()

Returns

bool

GetShowLaunchSmokeFX()

public bool GetShowLaunchSmokeFX()

Returns

bool

GetShowPersistantSurfaceContactFX()

public bool GetShowPersistantSurfaceContactFX()

Returns

bool

GetShowReentryFX()

public bool GetShowReentryFX()

Returns

bool

GetShowShockConeFX()

public bool GetShowShockConeFX()

Returns

bool

GetShowSurfaceImpactFX()

public bool GetShowSurfaceImpactFX()

Returns

bool

GetShowWheelSurfaceFX()

public bool GetShowWheelSurfaceFX()

Returns

bool

GetShowWingtipVorticesFX()

public bool GetShowWingtipVorticesFX()

Returns

bool

Initialize()

public static void Initialize()

LogInfo(string)

public static void LogInfo(string info)

Parameters

info string

LogSplashEvent(WaterSplashEventData)

public void LogSplashEvent(WaterSplashEventData splashEventData)

Parameters

splashEventData WaterSplashEventData

OnToggleProximityLoadUnloadValueChanged(bool)

public void OnToggleProximityLoadUnloadValueChanged(bool newValue)

Parameters

newValue bool

RegisterEnvironment()

public void RegisterEnvironment()

SetShowContrailsFX(bool)

public void SetShowContrailsFX(bool show)

Parameters

show bool

SetShowDetachFX(bool)

public void SetShowDetachFX(bool show)

Parameters

show bool

SetShowEngineFX(bool)

public void SetShowEngineFX(bool show)

Parameters

show bool

SetShowExplosionFX(bool)

public void SetShowExplosionFX(bool show)

Parameters

show bool

SetShowGroundBlastFX(bool)

public void SetShowGroundBlastFX(bool show)

Parameters

show bool

SetShowKerbalFootstepFX(bool)

public void SetShowKerbalFootstepFX(bool show)

Parameters

show bool

SetShowKerbalPoofFX(bool)

public void SetShowKerbalPoofFX(bool show)

Parameters

show bool

SetShowLaunchFireFX(bool)

public void SetShowLaunchFireFX(bool show)

Parameters

show bool

SetShowLaunchFuelTankIceFX(bool)

public void SetShowLaunchFuelTankIceFX(bool show)

Parameters

show bool

SetShowLaunchSmokeFX(bool)

public void SetShowLaunchSmokeFX(bool show)

Parameters

show bool

SetShowPersistantSurfaceContactFX(bool)

public void SetShowPersistantSurfaceContactFX(bool show)

Parameters

show bool

SetShowReentryFX(bool)

public void SetShowReentryFX(bool show)

Parameters

show bool

SetShowShockConeFX(bool)

public void SetShowShockConeFX(bool show)

Parameters

show bool

SetShowSurfaceImpactFX(bool)

public void SetShowSurfaceImpactFX(bool show)

Parameters

show bool

SetShowWheelSurfaceFX(bool)

public void SetShowWheelSurfaceFX(bool show)

Parameters

show bool

SetShowWingtipVorticesFX(bool)

public void SetShowWingtipVorticesFX(bool show)

Parameters

show bool

ShowVFXTestSuite()

public void ShowVFXTestSuite()

ToggleConsole()

public void ToggleConsole()

ToggleWindow()

public static void ToggleWindow()