Namespace: | Sirenix.OdinInspector.Editor.Internal |
Assembly: | Sirenix.OdinInspector.Editor |
public class ProjectSettingAttributeProcessor<TSetting, TValue> : OdinAttributeProcessor<TSetting>, IHideObjectMembers where TSetting : ProjectSetting<TValue>
public ProjectSettingAttributeProcessor()
public override void ProcessChildMemberAttributes(InspectorProperty parentProperty, MemberInfo member, List<Attribute> attributes)
InspectorProperty | parentProperty | |
System.Reflection.MemberInfo | member | |
System.Collections.Generic.List<System.Attribute> | attributes |
public override void ProcessSelfAttributes(InspectorProperty property, List<Attribute> attributes)
InspectorProperty | property | |
System.Collections.Generic.List<System.Attribute> | attributes |