Click or drag to resize
GUIHelperDrawLine Method (Vector2, Vector2)

[Missing <summary> documentation for "M:Slash.Unity.Common.GUI.GUIHelper.DrawLine(UnityEngine.Vector2,UnityEngine.Vector2)"]

Namespace: Slash.Unity.Common.GUI
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static void DrawLine(
	Vector2 pointA,
	Vector2 pointB
)

Parameters

pointA
Type: Vector2

[Missing <param name="pointA"/> documentation for "M:Slash.Unity.Common.GUI.GUIHelper.DrawLine(UnityEngine.Vector2,UnityEngine.Vector2)"]

pointB
Type: Vector2

[Missing <param name="pointB"/> documentation for "M:Slash.Unity.Common.GUI.GUIHelper.DrawLine(UnityEngine.Vector2,UnityEngine.Vector2)"]

See Also