ColorUsageAttribute

class in UnityEngine

/

다음으로부터 상속:PropertyAttribute

매뉴얼로 전환

설명

Attribute used to configure the usage of the ColorField and Color Picker for a color.

Use this attribute on a Color to configure the Color Field and Color Picker to show/hide the alpha value and whether to treat the color as a HDR color or as a normal LDR color.

변수

hdrIf set to true the Color is treated as a HDR color.
showAlphaIf false then the alpha bar is hidden in the ColorField and the alpha value is not shown in the Color Picker.

생성자

ColorUsageAttributeAttribute for Color fields. Used for configuring the GUI for the color.

상속된 멤버

변수

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