Text

sealed class Text : SceneGraphProperty

Update a property of one entity's Text component. If the entity has not been added a text component to, updating its text component property will create one for the entity. The component will render text at the origin of the entity's local coordination system.

Parameters

property

the name of the property.

Inheritors

Types

Link copied to clipboard

Update the text's background color.

Link copied to clipboard

Update the content of the text component.

Link copied to clipboard

Update the content of the text component.

Link copied to clipboard

Update the font size of text.

Link copied to clipboard

Update horizontal alignment of text.

Link copied to clipboard

Update vertical alignment of text.