AnimancerGraphControls.

DoPlayPauseToggle(Rect, AnimancerGraph, GUIStyle) Method

Summary

Draws a toggle to play and pause the graph.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerGraphControls

Syntax

public static void DoPlayPauseToggle(Rect area, AnimancerGraph graph, GUIStyle style = null)

Parameters

Name Type Description
area Rect
graph AnimancerGraph
style GUIStyle

Return Value

Type Description
void