Class CustomEditorsUtil
Helper utility class to quickly scan assemblies to gather metadata for custom editor feature.
Inheritance
CustomEditorsUtil
Assembly: FlaxEngine.dll
File: Editor/CustomEditors/CustomEditorsUtil.h
Syntax
public class CustomEditorsUtil
Methods
GetCustomEditor(MTypeObject* refType)
Declaration
public static MTypeObject* GetCustomEditor(MTypeObject* refType)
Parameters
MTypeObject
refType
|
Returns
MTypeObject
|