CustomGUIFactory.

Create(Type) Method

Summary

Creates an Animancer.Editor.ICustomGUI for the `targetType`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
CustomGUIFactory

Syntax

public static ICustomGUI Create(Type targetType)

Remarks

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

Parameters

Name Type Description
targetType Type

Return Value

Type Description
ICustomGUI