AnimancerUtilities.

TryGetWrappedObject<T>(Object, T, bool) Method

Summary

Returns the last Animancer.IWrapper.WrappedObject which is a T, including the `wrapper` itself.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static bool TryGetWrappedObject<T>(Object wrapper, out T wrapped, bool logException = false) 
    where T : class

Type Parameters

Name Description
T

Parameters

Name Type Description
wrapper Object
wrapped T
logException bool

Return Value

Type Description
bool