Changeset 5181 in orxonox.OLD for trunk/src/lib/graphics
- Timestamp:
- Sep 14, 2005, 12:07:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine.h
r5179 r5181 113 113 void setType(TEXT_RENDER_TYPE type); 114 114 void setText(const char* text, bool isExtern = false); 115 /** @returns the String this Text displays */ 116 inline const char* getText() const { return (externText == NULL)?this->text:this->externText; }; 115 117 /** @param blending the blending intensity to set (between 0.0 and 1.0) */ 116 118 inline void setBlending(float blending) { this->blending = blending; };
Note: See TracChangeset
for help on using the changeset viewer.