This is the old Animancer v7.4 documentation. Click here for the latest version.

ManualMixerState.

IsChildOf(AnimancerNodeBase, AnimancerNodeBase) Method

Summary

Is the `child` a child of the `parent`?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public static bool IsChildOf(AnimancerNodeBase child, AnimancerNodeBase parent)

Parameters

Name Type Description
child AnimancerNodeBase
parent AnimancerNodeBase

Return Value

Type Description
bool