CustomGUIFactory.

TryGetGUIType(Type, Type) Method

Summary

Tries to determine the valid Animancer.Editor.ICustomGUI type for drawing the `target`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
CustomGUIFactory

Syntax

public static bool TryGetGUIType(Type target, out Type gui)

Parameters

Name Type Description
target Type
gui Type

Return Value

Type Description
bool