AnimancerGraph.

SetNextGraphName(string) Method

Summary

[Editor-Conditional] Sets the display name for the next instance to give its UnityEngine.Playables.PlayableGraph.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerGraph

Syntax

[System.Diagnostics.Conditional(Strings.UnityEditor)]
public static void SetNextGraphName(string name)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
name string

Return Value

Type Description
void