AnimancerGUI.

BeginTriangles(Color) Method

Summary

Sets up the rendering details for Animancer.Editor.AnimancerGUI.DrawLineBatched(UnityEngine.Vector2,UnityEngine.Vector2,System.Single).
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGUI

Syntax

public static void BeginTriangles(Color color)

Remarks

If the color doesn't work correctly, you may need to call UnityEditor.Handles.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3) before this.

Parameters

Name Type Description
color Color

Return Value

Type Description
void