Version 3.3.0.1

AtomHandlerLocator class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public static class AtomHandlerLocator
Inheritance
  • System.Object
  • AtomHandlerLocator

Methods

GetAtomHandler(Type)
public static IAtomHandler GetAtomHandler(Type type)
Parameters
System.Type type

Returns
Sirenix.OdinInspector.Editor.IAtomHandler

GetAtomHandler<T>()
public static IAtomHandler<T> GetAtomHandler<T>()
Returns
Sirenix.OdinInspector.Editor.IAtomHandler<T>

Type Parameters
T

IsMarkedAtomic(Type)
public static bool IsMarkedAtomic(this Type type)
Parameters
System.Type type

Returns
System.Boolean