AnimancerPlayableDrawer.

AddPlayableGraphVisualizerFunction(GenericMenu, string, PlayableGraph) Method

Summary

Adds a menu function to open the Playable Graph Visualiser if it exists in the project.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerPlayableDrawer

Syntax

public static void AddPlayableGraphVisualizerFunction(GenericMenu menu, string prefix, PlayableGraph graph)

Parameters

Name Type Description
menu GenericMenu
prefix string
graph PlayableGraph

Return Value

Type Description
void