Version: 2023.2
언어: 한국어

DelayedAttribute

class in UnityEngine

/

다음으로부터 상속:PropertyAttribute

매뉴얼로 전환

설명

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

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.

생성자

DelayedAttributeAttribute used to make a float, int, or string variable in a script be delayed.

상속된 멤버

변수

orderOptional field to specify the order that multiple DecorationDrawers should be drawn in.