Click or drag to resize

ScreenMessagingShowScreenMessage Method (ScreenMessageStyle, Single, Color, String, Object)

Shows a formatted message with the specified location and timeout.

Namespace:  KSPDev.GUIUtils
Assembly:  KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
C#
public static void ShowScreenMessage(
	ScreenMessageStyle style,
	float duration,
	Color color,
	string fmt,
	params Object[] args
)
Request Example View Source

Parameters

style
Type: (Default Namespace)ScreenMessageStyle
ScreenMessageStyle specifier.
duration
Type: SystemSingle
Delay before hiding the message in seconds.
color
Type: UnityEngineColor
Color to apply on the string.
fmt
Type: SystemString
string.Format() formatting string.
args
Type: SystemObject
Arguments for the formattign string.
See Also