DebugDrawSphere Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Rage.Debug.DrawSphere(Rage.Vector3,System.Single,System.Drawing.Color)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void DrawSphere(
	Vector3 position,
	float radius,
	Color color
)

Parameters

position
Type: RageVector3

[Missing <param name="position"/> documentation for "M:Rage.Debug.DrawSphere(Rage.Vector3,System.Single,System.Drawing.Color)"]

radius
Type: SystemSingle

[Missing <param name="radius"/> documentation for "M:Rage.Debug.DrawSphere(Rage.Vector3,System.Single,System.Drawing.Color)"]

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Rage.Debug.DrawSphere(Rage.Vector3,System.Single,System.Drawing.Color)"]

See Also

Reference