DebugDrawWireBox Method

RAGE Plugin Hook Documentation

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

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

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

public static void DrawWireBox(
	Vector3 position,
	Quaternion orientation,
	Vector3 size,
	Color color
)

Parameters

position
Type: RageVector3

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

orientation
Type: RageQuaternion

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

size
Type: RageVector3

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

color
Type: System.DrawingColor

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

See Also

Reference