AnimancerUtilities.

TryGetWrappedObject<T>(Object, T) Method

Summary

Returns the `wrapper` or first Animancer.IWrapper.WrappedObject which is a T.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

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

Type Parameters

Name Description
T

Parameters

Name Type Description
wrapper Object
wrapped T

Return Value

Type Description
bool