HUDTextEntry Class Reference

#include <c4d_basedraw.h>

详细描述

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

由于
R18

公共成员函数

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

Public Attributes

String   _txt
向量   _position

构造函数 & 析构函数文档编制

◆  HUDTextEntry()

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

Member Data Documentation

◆  _txt

String _txt

The text to draw to the HUD.

◆  _position

向量 _position

The screen space position for the text.