ManualMixerState.

IsChildOf(IPlayableWrapper, IPlayableWrapper) Method

Summary

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

Syntax

public static bool IsChildOf(IPlayableWrapper child, IPlayableWrapper parent)

Parameters

Name Type Description
child IPlayableWrapper
parent IPlayableWrapper

Return Value

Type Description
bool