DelayedAttribute

class in UnityEngine

/

Inherits from:PropertyAttribute

Switch to Manual

Description

属性,用于使脚本中的 float、int 或 string 变量被延迟。

当使用此属性时,直到用户按 Enter 键或将焦点从 float、int 或文本字段移开后,该字段才会返回新值。

Constructors

DelayedAttribute属性,用于使脚本中的 float、int 或 string 变量被延迟。

Inherited members

Variables

order可选字段,用于指定多个 DecorationDrawer 应采用的绘制顺序。