Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
public abstract class OdinAttributeProcessorLocator
protected OdinAttributeProcessorLocator()
public abstract List<OdinAttributeProcessor> GetChildProcessors(InspectorProperty parentProperty, MemberInfo member)
InspectorProperty | parentProperty | The parent of the member. |
System.Reflection.MemberInfo | member | Child member of the parent property. |
System.Collections.Generic.List<OdinAttributeProcessor> | List of OdinAttributeProcessor to process attributes for the specified member. |
public abstract List<OdinAttributeProcessor> GetSelfProcessors(InspectorProperty property)
InspectorProperty | property | The property to find attribute porcessors for. |
System.Collections.Generic.List<OdinAttributeProcessor> | List of OdinAttributeProcessor to process attributes for the speicied member. |