From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- ...r_1_1scene_1_1_i_billboard_text_scene_node.html | 393 +++++++++++++++++++++ 1 file changed, 393 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_billboard_text_scene_node.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_billboard_text_scene_node.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_billboard_text_scene_node.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_billboard_text_scene_node.html new file mode 100644 index 0000000..0eb0cba --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_i_billboard_text_scene_node.html @@ -0,0 +1,393 @@ + + + + +Irrlicht 3D Engine: irr::scene::IBillboardTextSceneNode Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::IBillboardTextSceneNode Class Reference
+
+
+ +

A billboard text scene node. + More...

+ +

#include <IBillboardTextSceneNode.h>

+
+ + Inheritance diagram for irr::scene::IBillboardTextSceneNode:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A billboard text scene node.

+

Acts like a billboard which displays the currently set text. Due to the exclusion of RTTI in Irrlicht we have to avoid multiple inheritance. Hence, changes to the ITextSceneNode interface have to be copied here manually.

+ +

Definition at line 21 of file IBillboardTextSceneNode.h.

+

Constructor & Destructor Documentation

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

Constructor.

+ +

Definition at line 26 of file IBillboardTextSceneNode.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IBillboardTextSceneNode::getColor (video::SColortopColor,
video::SColorbottomColor 
) const [pure virtual]
+
+
+ +

Gets the color of the top and bottom vertices of the billboard.

+
Parameters:
+ + + +
topColor,:stores the color of the top vertices
bottomColor,:stores the color of the bottom vertices
+
+
+ +

Implements irr::scene::IBillboardSceneNode.

+ +
+
+ +
+
+ + + + + + + +
virtual const core::dimension2d<f32>& irr::scene::IBillboardTextSceneNode::getSize () const [pure virtual]
+
+
+ +

Returns the size of the billboard.

+ +

Implements irr::scene::IBillboardSceneNode.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IBillboardTextSceneNode::setColor (const video::SColoroverallColor) [pure virtual]
+
+
+ +

Set the color of all vertices of the billboard.

+
Parameters:
+ + +
overallColor,:the color to set
+
+
+ +

Implements irr::scene::IBillboardSceneNode.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual void irr::scene::IBillboardTextSceneNode::setColor (const video::SColortopColor,
const video::SColorbottomColor 
) [pure virtual]
+
+
+ +

Set the color of the top and bottom vertices of the billboard.

+
Parameters:
+ + + +
topColor,:the color to set the top vertices
bottomColor,:the color to set the bottom vertices
+
+
+ +

Implements irr::scene::IBillboardSceneNode.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IBillboardTextSceneNode::setSize (const core::dimension2d< f32 > & size) [pure virtual]
+
+
+ +

Sets the size of the billboard.

+ +

Implements irr::scene::IBillboardSceneNode.

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

sets the text string

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::scene::IBillboardTextSceneNode::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