Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[ResolverPriority(100000)]
public class MemberDefinedAttributeProcessor : OdinAttributeProcessor, IHideObjectMembers
public MemberDefinedAttributeProcessor()
public override bool CanProcessSelfAttributes(InspectorProperty property)
InspectorProperty | property | The property to process. |
System.Boolean |
|
public override void ProcessChildMemberAttributes(InspectorProperty parentProperty, MemberInfo member, List<Attribute> attributes)
InspectorProperty | parentProperty | The parent property of the specified member. |
System.Reflection.MemberInfo | member | The member to process attributes for. |
System.Collections.Generic.List<System.Attribute> | attributes | The current attributes applied to the property. |