Class FXDebugTools
- Namespace
- KSP.DebugTools
- Assembly
- Assembly-CSharp.dll
public class FXDebugTools : KerbalMonoBehaviour
- Inheritance
-
FXDebugTools
- Inherited Members
-
- Extension Methods
-
Constructors
Fields
public List<FXDebugPartItem> SelectedObjects
Field Value
- List<FXDebugPartItem>
Properties
public bool IsVisible { get; set; }
Property Value
- bool
Methods
public void ClearConsole()
public void ForceRefresh()
public bool GetShowContrailsFX()
Returns
- bool
public bool GetShowDetachFX()
Returns
- bool
public bool GetShowEngineFX()
Returns
- bool
public bool GetShowExplosionFX()
Returns
- bool
public bool GetShowGroundBlastFX()
Returns
- bool
public bool GetShowKerbalFootstepFX()
Returns
- bool
public bool GetShowKerbalPoofFX()
Returns
- bool
public bool GetShowLaunchFireFX()
Returns
- bool
public bool GetShowLaunchFuelTankIceFX()
Returns
- bool
public bool GetShowLaunchSmokeFX()
Returns
- bool
public bool GetShowPersistantSurfaceContactFX()
Returns
- bool
GetShowReentryFX()
public bool GetShowReentryFX()
Returns
- bool
public bool GetShowShockConeFX()
Returns
- bool
public bool GetShowSurfaceImpactFX()
Returns
- bool
public bool GetShowWheelSurfaceFX()
Returns
- bool
public bool GetShowWingtipVorticesFX()
Returns
- bool
public static void Initialize()
public static void LogInfo(string info)
Parameters
info string
public void LogSplashEvent(WaterSplashEventData splashEventData)
Parameters
splashEventData WaterSplashEventData
public void OnToggleProximityLoadUnloadValueChanged(bool newValue)
Parameters
newValue bool
public void RegisterEnvironment()
public void SetShowContrailsFX(bool show)
Parameters
show bool
public void SetShowDetachFX(bool show)
Parameters
show bool
public void SetShowEngineFX(bool show)
Parameters
show bool
public void SetShowExplosionFX(bool show)
Parameters
show bool
public void SetShowGroundBlastFX(bool show)
Parameters
show bool
public void SetShowKerbalFootstepFX(bool show)
Parameters
show bool
public void SetShowKerbalPoofFX(bool show)
Parameters
show bool
public void SetShowLaunchFireFX(bool show)
Parameters
show bool
public void SetShowLaunchFuelTankIceFX(bool show)
Parameters
show bool
public void SetShowLaunchSmokeFX(bool show)
Parameters
show bool
public void SetShowPersistantSurfaceContactFX(bool show)
Parameters
show bool
SetShowReentryFX(bool)
public void SetShowReentryFX(bool show)
Parameters
show bool
public void SetShowShockConeFX(bool show)
Parameters
show bool
public void SetShowSurfaceImpactFX(bool show)
Parameters
show bool
public void SetShowWheelSurfaceFX(bool show)
Parameters
show bool
public void SetShowWingtipVorticesFX(bool show)
Parameters
show bool
public void ShowVFXTestSuite()
public void ToggleConsole()
public static void ToggleWindow()