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 1 minuteLast updated 6 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public DelayedAttribute()

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.