CustomGUIFactory.

GetOrCreateForObject(Object) Method

Summary

Returns an existing Animancer.Editor.ICustomGUI for the `value` or creates one if necessary.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
CustomGUIFactory

Syntax

public static ICustomGUI GetOrCreateForObject(Object value)

Remarks

Returns null if the `value` is null or no valid Animancer.Editor.ICustomGUI type is found.

Parameters

Name Type Description
value Object

Return Value

Type Description
ICustomGUI