Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[ResolverPriority(-1000000)]
public class DelayedPropertyAttributeProcessor<T> : OdinPropertyProcessor<T, DelayedPropertyAttribute> where T : struct
public DelayedPropertyAttributeProcessor()
public override void ProcessMemberProperties(List<InspectorPropertyInfo> propertyInfos)
System.Collections.Generic.List<InspectorPropertyInfo> | propertyInfos |