AnimancerNodeBase.

MarkAsUsed(AnimancerNodeBase) Method

Summary

[Assert-Conditional] Prevents the `node` from causing Animancer.OptionalWarning.UnusedNode.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNodeBase

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public static void MarkAsUsed(AnimancerNodeBase node)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
node AnimancerNodeBase

Return Value

Type Description
void