AnimancerNode.

SetDebugName(string) Method

Summary

[Assert-Conditional] Sets the Inspector display name of this node. Animancer.AnimancerNode.ToString returns the name.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public void SetDebugName(string name)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
name string

Return Value

Type Description
void