Class InspectorDelayedAttribute
Namespace: Unity.VisualScripting
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public sealed class InspectorDelayedAttribute : Attribute, _Attribute