Click or drag to resize

UISoundPlayerinstance Property

Returns the instance of the player in the current scene.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public static UISoundPlayer instance { get; }
Request Example View Source

Property Value

Type: UISoundPlayer
Instance of the player.
See Also