DebugDrawArrowDebug Method

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.Debug.DrawArrowDebug(Rage.Vector3,Rage.Vector3,Rage.Rotator,System.Single,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 DrawArrowDebug(
	Vector3 position,
	Vector3 direction,
	Rotator rotationOffset,
	float scale,
	Color color
)

Parameters

position
Type: RageVector3

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

direction
Type: RageVector3

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

rotationOffset
Type: RageRotator

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

scale
Type: SystemSingle

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

color
Type: System.DrawingColor

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

See Also

Reference