Click or drag to resize

PlayerTextDrawSetPreviewRotation Method

Sets the preview object rotation and zoom of this textdraw.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void SetPreviewRotation(
	Vector3 rotation,
	float zoom = 1f
)

Parameters

rotation
Type: SampSharp.Entities.SAMPVector3
The rotation of the preview object.
zoom (Optional)
Type: SystemSingle
The zoom of the preview object.
See Also