Properties related to the Label module.

Static variables

@:value(new Property<Vector4>("color"))staticread onlycolor:Property<Vector4> = new Property<Vector4>("color")

The color of the label.

@:value(new Property<Vector4>("outline"))staticread onlyoutline:Property<Vector4> = new Property<Vector4>("outline")

The outline color of the label.

@:value(new Property<Vector3>("scale"))staticread onlyscale:Property<Vector3> = new Property<Vector3>("scale")

The vector scale of the label.

@:value(new Property<Float>("scale"))staticread onlyscale_uniform:Property<Float> = new Property<Float>("scale")

The uniform scale of the label.

@:value(new Property<Vector4>("shadow"))staticread onlyshadow:Property<Vector4> = new Property<Vector4>("shadow")

The shadow color of the label.

@:value(new Property<Vector3>("size"))staticread onlysize:Property<Vector3> = new Property<Vector3>("size")

Returns the size of the label. The size will constrain the text if line break is enabled