DebugDrawLineDebug Method

RAGE Plugin Hook Documentation

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

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

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

[ConditionalAttribute("DEBUG")]
public static void DrawLineDebug(
	Vector3 start,
	Vector3 end,
	Color color
)

Parameters

start
Type: RageVector3

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

end
Type: RageVector3

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

color
Type: System.DrawingColor

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

See Also

Reference