Class DelayedValueAttribute
Attribute used to make a numeric or string value be delayed.
When this attribute is used, the numeric or text field will not return a new value until the user has pressed enter or focus is moved away from the field.
Implements
Inherited Members
Namespace: Unity.Platforms.UI
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public class DelayedValueAttribute : InspectorAttribute, _Attribute