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