AnimancerGUI.

DrawArrowTriangleBatched(Vector2, Vector2, float, float) Method

Summary

Draws triangular arrow.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static void DrawArrowTriangleBatched(Vector2 point, Vector2 direction, float width, float length)

Remarks

Must be called after Animancer.Editor.AnimancerGUI.BeginTriangles(UnityEngine.Color) and before Animancer.Editor.AnimancerGUI.EndTriangles.

Parameters

Name Type Description
point Vector2
direction Vector2
width float
length float

Return Value

Type Description
void