Version 3.3.0.1

TypeDefinitionGroupAttributeProcessor class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
[ResolverPriority(1000)]
public class TypeDefinitionGroupAttributeProcessor : OdinAttributeProcessor, IHideObjectMembers
Inheritance

Constructors

TypeDefinitionGroupAttributeProcessor()
public TypeDefinitionGroupAttributeProcessor()

Methods

CanProcessChildMemberAttributes(InspectorProperty, MemberInfo)
public override bool CanProcessChildMemberAttributes(InspectorProperty parentProperty, MemberInfo member)
Parameters
InspectorProperty parentProperty

System.Reflection.MemberInfo member

Returns
System.Boolean

ProcessChildMemberAttributes(InspectorProperty, MemberInfo, List<Attribute>)
public override void ProcessChildMemberAttributes(InspectorProperty parentProperty, MemberInfo member, List<Attribute> attributes)
Parameters
InspectorProperty parentProperty

System.Reflection.MemberInfo member

System.Collections.Generic.List<System.Attribute> attributes