scene.create_text_billboard method

create_text_billboard(self, pos: Vector3) -> Cuboid:

Creates a new TextBillboard in this Scene.

The _TextBillboard_ is a combination of a parent Cuboid with child TextItem

Parameters

  • pos: Vector3

    position in world space.

Returns

the parent Cuboid.