| Namespace: | Sirenix.OdinInspector.Editor |
| Assembly: | Sirenix.OdinInspector.Editor |
public sealed class DefaultOdinAttributeProcessorLocator : OdinAttributeProcessorLocator
public DefaultOdinAttributeProcessorLocator()
public static readonly DefaultOdinAttributeProcessorLocator Instance
public static readonly TypeSearchIndex SearchIndex
public override 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 override 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. |