AnimancerNode.

SetDebugName(Object) Method

Summary

[Assert-Conditional] Sets the Animancer.AnimancerNode.DebugName to display in the Inspector.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNode

Syntax

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

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
name Object

Return Value

Type Description
void