Method GetEditorTypeConversions
GetEditorTypeConversions()
Returns the set of UnityEditor types that have valid runtime direct mappings.
Declaration
public static KeyValuePair<Type, Type>[] GetEditorTypeConversions()
Returns
Type | Description |
---|---|
KeyValuePair<Type, Type>[] | Array of KeyValuePairs containing the editor type and it's equivalent runtime type. |