From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../classirr_1_1scene_1_1_i_text_scene_node.html | 241 +++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_text_scene_node.html (limited to 'libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_text_scene_node.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_text_scene_node.html b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_text_scene_node.html new file mode 100644 index 0000000..bdb1b0b --- /dev/null +++ b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_text_scene_node.html @@ -0,0 +1,241 @@ + + + + +Irrlicht 3D Engine: irr::scene::ITextSceneNode Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::ITextSceneNode Class Reference
+
+
+ +

A scene node for displaying 2d text at a position in three dimensional space. + More...

+ +

#include <ITextSceneNode.h>

+
+ + Inheritance diagram for irr::scene::ITextSceneNode:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A scene node for displaying 2d text at a position in three dimensional space.

+ +

Definition at line 16 of file ITextSceneNode.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::scene::ITextSceneNode::ITextSceneNode (ISceneNodeparent,
ISceneManagermgr,
s32 id,
const core::vector3dfposition = core::vector3df(0,0,0) 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 21 of file ITextSceneNode.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual void irr::scene::ITextSceneNode::setText (const wchar_t * text) [pure virtual]
+
+
+ +

sets the text string

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::ITextSceneNode::setTextColor (video::SColor color) [pure virtual]
+
+
+ +

sets the color of the text

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1