HUDTextEntry Class Reference

#include <c4d_basedraw.h>

Detailed Description

Class structure to hold HUD Text for BaseDraw::DrawMultipleHUDText().

Since
R18

Public Member Functions

 HUDTextEntry (const maxon::String &txt=maxon::String(), const Vector &position=Vector())
 

Public Attributes

String _txt
 
Vector _position
 

Constructor & Destructor Documentation

◆ HUDTextEntry()

HUDTextEntry ( const maxon::String txt = maxon::String(),
const Vector position = Vector() 
)
explicit

Member Data Documentation

◆ _txt

String _txt

The text to draw to the HUD.

◆ _position

Vector _position

The screen space position for the text.