Click or drag to resize

TextDrawTextDrawInternalTextDrawSetPreviewRot Method

[Missing <summary> documentation for "M:SampSharp.GameMode.Display.TextDraw.TextDrawInternal.TextDrawSetPreviewRot(System.Int32,System.Single,System.Single,System.Single,System.Single)"]

Namespace:  SampSharp.GameMode.Display
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool TextDrawSetPreviewRot(
	int text,
	float rotX,
	float rotY,
	float rotZ,
	float zoom
)

Parameters

text
Type: SystemInt32

[Missing <param name="text"/> documentation for "M:SampSharp.GameMode.Display.TextDraw.TextDrawInternal.TextDrawSetPreviewRot(System.Int32,System.Single,System.Single,System.Single,System.Single)"]

rotX
Type: SystemSingle

[Missing <param name="rotX"/> documentation for "M:SampSharp.GameMode.Display.TextDraw.TextDrawInternal.TextDrawSetPreviewRot(System.Int32,System.Single,System.Single,System.Single,System.Single)"]

rotY
Type: SystemSingle

[Missing <param name="rotY"/> documentation for "M:SampSharp.GameMode.Display.TextDraw.TextDrawInternal.TextDrawSetPreviewRot(System.Int32,System.Single,System.Single,System.Single,System.Single)"]

rotZ
Type: SystemSingle

[Missing <param name="rotZ"/> documentation for "M:SampSharp.GameMode.Display.TextDraw.TextDrawInternal.TextDrawSetPreviewRot(System.Int32,System.Single,System.Single,System.Single,System.Single)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:SampSharp.GameMode.Display.TextDraw.TextDrawInternal.TextDrawSetPreviewRot(System.Int32,System.Single,System.Single,System.Single,System.Single)"]

Return Value

Type: Boolean
See Also