TextDataPayload
0Textstring · variable
1UseRotationboolean · 1 byte
2BackgroundColorColor · variable
3LineGapHeightfloat · 4 bytes
4DepthTestboolean · 1 byte
5ShowBackfaceboolean · 1 byte
6ShowTextBackfaceboolean · 1 byte
Fields
7 top-level fields- 0TextText (string) of the debug text shape.
string - 1UseRotationWhether to use specified rotation, otherwise faces camera.
boolean - 3LineGapHeightLine gap height for multiline text rendering.
float - 4DepthTestWhether other objects block seeing the text (false=like nametags,true=like signs).
boolean - 5ShowBackfaceWhether the backface of the background should be rendered.
boolean - 6ShowTextBackfaceWhether the backface of the text should be rendered.
boolean
Packet references
1 reference- PrimitiveShapesPacketArray of primitive shapes (can be a mix of new, updated or removed) › PrimitiveShapeDataPayload › Extra Shape Data › TextDataPayload › TextDataPayload
Changelog
Stable releases
Changes between stable protocol releases.
- Released
- Protocol
- 2193
Changed 1
- Added field
LineGapHeight(typefloat). - Moved
DepthTestfrom field 3 to 4. - Moved
ShowBackfacefrom field 4 to 5. - Moved
ShowTextBackfacefrom field 5 to 6.
All builds
Changes between consecutive stable releases and preview builds.
- Released
- Protocol
- 2177
- Previous build
- 1.26.45
Changed 1
- Added field
LineGapHeight(typefloat). - Moved
DepthTestfrom field 3 to 4. - Moved
ShowBackfacefrom field 4 to 5. - Moved
ShowTextBackfacefrom field 5 to 6.