Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public static class AtomHandlerLocator
public static IAtomHandler GetAtomHandler(Type type)
System.Type | type |
Sirenix.OdinInspector.Editor.IAtomHandler |
public static IAtomHandler<T> GetAtomHandler<T>()
Sirenix.OdinInspector.Editor.IAtomHandler<T> |
T |
public static bool IsMarkedAtomic(this Type type)
System.Type | type |
System.Boolean |