Namespace: | Sirenix.OdinInspector.Editor.Resolvers |
Assembly: | Sirenix.OdinInspector.Editor |
[ResolverPriority(-100000)]
public class InheritAttributeAttributesAttributeProcessor : OdinAttributeProcessor, IHideObjectMembers
public InheritAttributeAttributesAttributeProcessor()
public override void ProcessChildMemberAttributes(InspectorProperty parentProperty, MemberInfo member, List<Attribute> attributes)
InspectorProperty | parentProperty | The parent of the member. |
System.Reflection.MemberInfo | member | The member that is being processed. |
System.Collections.Generic.List<System.Attribute> | attributes | The list of attributes currently applied to the property. |