One text annotation to be inserted into the Geant4 scene.
std::string layout
Optional text layout such as "right"; empty keeps Geant4 default layout.
std::string color
Text color name understood by Geant4 (e.g. "black", "red").
std::string kind
Text kind: "2D" for text2D or "3D" for text attached in scene coordinates.
double z
Z position used by 3D text.
std::string text
Text string to be displayed.
int size
Text size parameter passed to Geant4 visualization command.
std::string unit
Unit used by 3D text positions.