AnimancerPlayable.LayerList.

AnimancerPlayable.

SetDebugName(int, string) Method

Summary

[Editor-Conditional] Sets the Inspector display name of the layer at the specified index.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable.LayerList

Syntax

[System.Diagnostics.Conditional(Strings.UnityEditor)]
public void SetDebugName(int index, string name)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
index int
name string

Return Value

Type Description
void