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