#define YI_DISALLOW_COPY_AND_ASSIGN(TypeName)
Delete the copy constructor and assignment operator (and consequently the move constructor as well) ...
Definition: YiPredef.h:114
static std::unique_ptr< CYITextLabelSceneNode > New(CYISceneManager *pSM, uint32_t uNbGlyphs)
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
friend class CYITextLabelNodePriv
Definition: YiTextLabelSceneNode.h:34
void SetString(const CYIString &msg)
void SetNumValue(uint32_t uValue)
virtual ~CYITextLabelSceneNode()
This class implements a scene node whose purpose is to display a short text message for debugging pur...
Definition: YiTextLabelSceneNode.h:32