scene.create_text method
Creates a TextItem in this Scene.
Parameters
-
pos: Vector3
position in world space.
-
text: str
label to display.
Returns
created TextItem.
Creates a TextItem in this Scene.
position in world space.
label to display.
created TextItem.