AnimancerUtilities.

RemovePlayable(Playable, bool) Method

Summary

[Pro-Only] Reconnects the input of the specified `playable` to its output.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static void RemovePlayable(Playable playable, bool destroy = true)

Parameters

Name Type Description
playable Playable
destroy bool

Return Value

Type Description
void