This is an old revision of the document!


Table of Contents

Text

Summary

This behaviour will add a floating text box above the asset containing the behaviour.

Parameters

Text

Type: Text Bindable Default: None

The text to be displayed on the label.

Label

Type: Text Default: None

The name of the label.

Offset

Type: Vector3 Default: 0,1,0

This parameter specifies a positional offset to place the label from the indicated asset. Values are specified as X,Y,Z coordinates that shall be local to the containing asset.

Size

Type: Vector3 Default: 1,1,1

This parameter changes the size of the label. Values are specified as X,Y,Z coordinates that shall be local to the containing asset.

Color

Type: RGBA Color Default: 0,0,0,1

This parameter specifies the the color of the label. Values are designated as Red, Green, Blue and Alpha respectively, using normalized values from 0 to 1.

Examples