Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[ResolverPriority(1000)]
public class TypeDefinitionGroupAttributeProcessor : OdinAttributeProcessor, IHideObjectMembers
public TypeDefinitionGroupAttributeProcessor()
public override bool CanProcessChildMemberAttributes(InspectorProperty parentProperty, MemberInfo member)
InspectorProperty | parentProperty | |
System.Reflection.MemberInfo | member |
System.Boolean |
public override void ProcessChildMemberAttributes(InspectorProperty parentProperty, MemberInfo member, List<Attribute> attributes)
InspectorProperty | parentProperty | |
System.Reflection.MemberInfo | member | |
System.Collections.Generic.List<System.Attribute> | attributes |