Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DelayedAttribute

Attribute used to make a float, int, or string variable in a script be delayed.
Read time 3 minutesLast updated 6 days ago

Definition

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, AllowMultiple = false)]public sealed class DelayedAttribute : PropertyAttribute, _Attribute

Remarks

When this attribute is used, the float, int, or text field will not return a new value until the user has pressed enter or focus is moved away from the field.

Constructors

Constructor

Description

DelayedAttribute()Attribute used to make a float, int, or string variable in a script be delayed.

Inheritance

Inherited Members