OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
This class implements an overlay element which contains simple unformatted text. More...
#include <OgreTextAreaOverlayElement.h>
Classes | |
class | CmdAlignment |
Command object for setting the alignment. More... | |
class | CmdCaption |
Command object for setting the caption. More... | |
class | CmdCharHeight |
Command object for setting the char height. More... | |
class | CmdColour |
Command object for setting the constant colour. More... | |
class | CmdColourBottom |
Command object for setting the bottom colour. More... | |
class | CmdColourTop |
Command object for setting the top colour. More... | |
class | CmdFontName |
Command object for setting the caption. More... | |
class | CmdSpaceWidth |
Command object for setting the width of a space. More... | |
Public Types | |
enum | Alignment { Left , Right , Center } |
typedef map< size_t, Vector4 >::type | CustomParameterMap |
Public Member Functions | |
TextAreaOverlayElement (const String &name) | |
Constructor. | |
virtual | ~TextAreaOverlayElement () |
virtual void | _getClippingRegion (RealRect &clippingRegion) |
Gets the clipping region of the element. | |
virtual Real | _getDerivedLeft (void) |
Gets the 'left' position as derived from own left and that of parents. | |
virtual Real | _getDerivedTop (void) |
Gets the 'top' position as derived from own left and that of parents. | |
Real | _getHeight (void) const |
Gets the height of this element in relation to the screen (where 1.0 = screen height) | |
Real | _getLeft (void) const |
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
virtual Real | _getRelativeHeight (void) |
Gets the 'height' as derived from own height and metrics mode. | |
virtual Real | _getRelativeWidth (void) |
Gets the 'width' as derived from own width and metrics mode. | |
Real | _getTop (void) const |
Gets the top of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
Real | _getWidth (void) const |
Gets the width of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | _notifyParent (OverlayContainer *parent, Overlay *overlay) |
Internal method for notifying the GUI element of it's parent and ultimate overlay. | |
virtual void | _notifyViewport () |
Internal method to notify the element when the viewport of parent overlay has changed. | |
virtual void | _positionsOutOfDate (void) |
Tell the object to recalculate. | |
virtual void | _releaseManualHardwareResources () |
Notifies that hardware resources were lost. | |
virtual void | _restoreManualHardwareResources () |
Notifies that hardware resources should be restored. | |
void | _setDimensions (Real width, Real height) |
Sets the width and height of this element in relation to the screen (where 1.0 = screen width) | |
void | _setHeight (Real height) |
Sets the height of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | _setHlmsHashes (uint32 hash, uint32 casterHash) |
Manually sets the hlms hashes. Don't call this directly. | |
void | _setLeft (Real left) |
Sets the left of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | _setNullDatablock (void) |
Sets the datablock to a null pointer. | |
void | _setParent (OverlayContainer *parent) |
void | _setPosition (Real left, Real top) |
Sets the left and top of this element in relation to the screen (where 1.0 = screen width) | |
void | _setTop (Real top) |
Sets the top of this element in relation to the screen (where 1.0 = screen width) | |
void | _setWidth (Real width) |
Sets the width of this element in relation to the screen (where 1.0 = screen width) | |
void | _update (void) |
Overridden from OverlayElement. | |
virtual void | _updateCustomGpuParameter (const GpuProgramParameters::AutoConstantEntry &constantEntry, GpuProgramParameters *params) const |
Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows. | |
virtual void | _updateFromParent (void) |
Updates this elements transform based on it's parent. | |
virtual void | _updateRenderQueue (RenderQueue *queue, Camera *camera, const Camera *lodCamera) |
Internal method to put the contents onto the render queue. | |
void | addPoseWeight (size_t index, float w) |
virtual OverlayElement * | clone (const String &instanceName) |
virtual bool | contains (Real x, Real y) const |
Returns true if xy is within the constraints of the component. | |
virtual void | copyFromTemplate (OverlayElement *templateOverlay) |
virtual void | copyParametersTo (StringInterface *dest) const |
Method for copying this object's parameters to another object. | |
virtual OverlayElement * | findElementAt (Real x, Real y) |
Returns true if xy is within the constraints of the component. | |
Alignment | getAlignment () const |
virtual const DisplayString & | getCaption (void) const |
Gets the caption for this element. | |
virtual bool | getCastsShadows (void) const |
Method which reports whether this renderable would normally cast a shadow. | |
Real | getCharHeight () const |
const ColourValue & | getColour (void) const |
Gets the colour of the text. | |
const ColourValue & | getColourBottom (void) const |
Gets the colour of the bottom of the letters. | |
const ColourValue & | getColourTop (void) const |
Gets the colour of the top of the letters. | |
uint8 | getCurrentMaterialLod (void) const |
const Vector4 & | getCustomParameter (size_t index) const |
Gets the custom value associated with this Renderable at the given index. | |
const CustomParameterMap & | getCustomParameters (void) const |
HlmsDatablock * | getDatablock (void) const |
const String & | getFontName () const |
Real | getHeight (void) const |
Gets the height of this element in relation to the screen (where 1.0 = screen height) | |
uint32 | getHlmsCasterHash (void) const |
uint32 | getHlmsHash (void) const |
virtual GuiHorizontalAlignment | getHorizontalAlignment (void) const |
Gets the horizontal alignment for this element. | |
Real | getLeft (void) const |
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
const LightList & | getLights (void) const |
Gets a list of lights, ordered relative to how close they are to this renderable. | |
const MaterialPtr & | getMaterial (void) const |
See Renderable. | |
virtual const String & | getMaterialName (void) const |
Gets the name of the material this element uses. | |
virtual GuiMetricsMode | getMetricsMode (void) const |
Retrieves the current settings of how the element metrics are interpreted. | |
const String & | getName (void) const |
Gets the name of this overlay. | |
unsigned short | getNumPoses (void) const |
virtual unsigned short | getNumWorldTransforms (void) const |
Returns the number of world transform matrices this renderable requires. | |
ParamDictionary * | getParamDictionary (void) |
Retrieves the parameter dictionary for this class. | |
const ParamDictionary * | getParamDictionary (void) const |
virtual String | getParameter (const String &name) const |
Generic parameter retrieval method. | |
const ParameterList & | getParameters (void) const |
Retrieves a list of parameters valid for this object. | |
OverlayContainer * | getParent () |
Returns the parent container. | |
virtual bool | getPolygonModeOverrideable (void) const |
Gets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. | |
bool | getPoseHalfPrecision () const |
bool | getPoseNormals () const |
TexBufferPacked * | getPoseTexBuffer () const |
float | getPoseWeight (size_t index) const |
float * | getPoseWeights () const |
void | getRenderOperation (v1::RenderOperation &op, bool casterPass) |
See Renderable. | |
uint8 | getRenderQueueSubGroup (void) const |
const OverlayElement * | getSourceTemplate () const |
Returns the SourceTemplate for this element. | |
Real | getSpaceWidth () const |
Real | getTop (void) const |
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom) | |
virtual const String & | getTypeName (void) const |
See OverlayElement. | |
bool | getUseIdentityProjection (void) const |
Returns whether or not to use an 'identity' projection. | |
bool | getUseIdentityView (void) const |
Returns whether or not to use an 'identity' view. | |
virtual bool | getUseIdentityViewProjMatrixIsDynamic (void) const |
Returns whether the Hlms implementation should evaluate getUseIdentityProjection per object at runtime, or if it can assume the Renderable will remain with the same setting until the datablock is flushed (performance optimization) | |
virtual bool | getUseIdentityWorldMatrix (void) const |
Returns whether the world matrix is an identity matrix. | |
virtual OGRE_DEPRECATED const Any & | getUserAny (void) const |
UserObjectBindings & | getUserObjectBindings () |
Return an instance of user objects binding associated with this class. | |
const UserObjectBindings & | getUserObjectBindings () const |
Return an instance of user objects binding associated with this class. | |
const VertexArrayObjectArray & | getVaos (VertexPass vertexPass) const |
virtual GuiVerticalAlignment | getVerticalAlignment (void) const |
Gets the vertical alignment for this element. | |
Real | getWidth (void) const |
Gets the width of this element in relation to the screen (where 1.0 = screen width) | |
void | getWorldTransforms (Matrix4 *xform) const |
See Renderable. | |
bool | hasCustomParameter (size_t index) const |
Checks whether a custom value is associated with this Renderable at the given index. | |
bool | hasSkeletonAnimation (void) const |
virtual void | hide (void) |
Hides this element if it was visible. | |
virtual void | initialise (void) |
Initialise gui element. | |
virtual bool | isCloneable () const |
virtual bool | isContainer () const |
returns false as this class is not a container type | |
bool | isEnabled () const |
virtual bool | isKeyEnabled () const |
bool | isVisible (void) const |
Returns whether or not the element is visible. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
virtual void | postRender (SceneManager *sm, RenderSystem *rsys) |
Called immediately after the Renderable has been rendered. | |
virtual bool | preRender (SceneManager *sm, RenderSystem *rsys) |
Called just prior to the Renderable being rendered. | |
void | removeCustomParameter (size_t index) |
Removes a custom value which is associated with this Renderable at the given index. | |
void | setAlignment (Alignment a) |
virtual void | setCaption (const DisplayString &text) |
Sets the caption on elements that support it. | |
void | setCharHeight (Real height) |
virtual void | setCloneable (bool c) |
void | setColour (const ColourValue &col) |
Sets the colour of the text. | |
void | setColourBottom (const ColourValue &col) |
Sets the colour of the bottom of the letters. | |
void | setColourTop (const ColourValue &col) |
Sets the colour of the top of the letters. | |
void | setCustomParameter (size_t index, const Vector4 &value) |
Sets a custom parameter for this Renderable, which may be used to drive calculations for this specific Renderable, like GPU program parameters. | |
virtual void | setDatablock (HlmsDatablock *datablock) |
Assigns a datablock (i.e. HLMS Material) to this renderable. | |
void | setDatablock (IdString datablockName) |
Assigns a datablock (i.e. | |
void | setDatablockOrMaterialName (String materialName, String groupName) |
First tries to see if an HLMS datablock exist with the given name, if not, tries to search among low level materials. | |
void | setDimensions (Real width, Real height) |
Sets the dimensions of this element in relation to the screen (1.0 = screen width/height). | |
virtual void | setEnabled (bool b) |
void | setFontName (const String &font) |
void | setHeight (Real height) |
Sets the height of this element in relation to the screen (where 1.0 = screen height) | |
virtual void | setHorizontalAlignment (GuiHorizontalAlignment gha) |
Sets the horizontal origin for this element. | |
void | setLeft (Real left) |
Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right) | |
virtual void | setMaterial (const MaterialPtr &material) |
Sets the given material. Overrides HLMS materials. | |
void | setMaterialName (const String &matName) |
Overridden from OverlayElement. | |
void | setMaterialName (const String &name, const String &groupName) |
Sets the name of the Material to be used. Prefer using HLMS @See setHlms. | |
void | setMetricsMode (GuiMetricsMode gmm) |
Overridden from OverlayElement. | |
virtual bool | setParameter (const String &name, const String &value) |
Generic parameter setting method. | |
virtual void | setParameterList (const NameValuePairList ¶mList) |
Generic multiple parameter setting method. | |
virtual void | setPolygonModeOverrideable (bool override) |
Sets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting. | |
void | setPoseWeight (size_t index, float w) |
void | setPosition (Real left, Real top) |
Sets the position of the top-left corner of the element, relative to the screen size (1.0 = screen width / height) | |
void | setRenderQueueSubGroup (uint8 subGroup) |
Sets the render queue sub group. | |
void | setSpaceWidth (Real width) |
void | setTop (Real Top) |
Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom) | |
void | setUseIdentityProjection (bool useIdentityProjection) |
Sets whether or not to use an 'identity' projection. | |
void | setUseIdentityView (bool useIdentityView) |
Sets whether or not to use an 'identity' view. | |
virtual OGRE_DEPRECATED void | setUserAny (const Any &anything) |
virtual void | setVerticalAlignment (GuiVerticalAlignment gva) |
Sets the vertical origin for this element. | |
void | setWidth (Real width) |
Sets the width of this element in relation to the screen (where 1.0 = screen width) | |
virtual void | show (void) |
Shows this element if it was hidden. | |
Static Public Member Functions | |
static void | cleanupDictionary () |
Cleans up the static 'msDictionary' required to reset Ogre, otherwise the containers are left with invalid pointers, which will lead to a crash as soon as one of the ResourceManager implementers (e.g. | |
Public Attributes | |
uint8 | mCustomParameter |
Only valid when using low level materials. | |
uint32 | mHlmsGlobalIndex |
Index in the vector holding this Rendrable reference in the HLMS datablock. | |
This class implements an overlay element which contains simple unformatted text.
|
inherited |
|
virtual |
|
virtualinherited |
Gets the clipping region of the element.
Gets the 'left' position as derived from own left and that of parents.
Gets the 'top' position as derived from own left and that of parents.
Gets the height of this element in relation to the screen (where 1.0 = screen height)
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
Gets the 'height' as derived from own height and metrics mode.
Gets the 'width' as derived from own width and metrics mode.
Gets the top of this element in relation to the screen (where 0 = far left, 1.0 = far right)
Gets the width of this element in relation to the screen (where 1.0 = screen width)
|
virtualinherited |
Internal method for notifying the GUI element of it's parent and ultimate overlay.
Reimplemented in Ogre::v1::OverlayContainer.
Internal method to notify the element when the viewport of parent overlay has changed.
Reimplemented in Ogre::v1::OverlayContainer.
Tell the object to recalculate.
Reimplemented in Ogre::v1::OverlayContainer.
Notifies that hardware resources were lost.
Reimplemented from Ogre::v1::OverlayElement.
Notifies that hardware resources should be restored.
Reimplemented from Ogre::v1::OverlayElement.
Sets the width and height of this element in relation to the screen (where 1.0 = screen width)
Sets the height of this element in relation to the screen (where 1.0 = screen width)
Manually sets the hlms hashes. Don't call this directly.
Reimplemented in Ogre::SubItem.
Sets the left of this element in relation to the screen (where 1.0 = screen width)
Sets the datablock to a null pointer.
Use case: If you will be destroying an HlmsDatablock and all Renderables associated by it; it makes no sense to change the Renderable's datablock to a default one, only to be destroyed immediately after (you pay an unnecessary performance price).
Reimplemented in Ogre::v1::BillboardSet, and Ogre::v1::SubEntity.
|
inlineinherited |
Sets the left and top of this element in relation to the screen (where 1.0 = screen width)
Sets the top of this element in relation to the screen (where 1.0 = screen width)
Sets the width of this element in relation to the screen (where 1.0 = screen width)
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
|
inlinevirtualinherited |
Update a custom GpuProgramParameters constant which is derived from information only this Renderable knows.
constantEntry | The auto constant entry referring to the parameter being updated |
params | The parameters object which this method should call to set the updated parameters. |
Reimplemented in Ogre::v1::SubEntity.
Updates this elements transform based on it's parent.
|
virtualinherited |
Internal method to put the contents onto the render queue.
Reimplemented in Ogre::v1::BorderPanelOverlayElement, Ogre::v1::OverlayContainer, and Ogre::v1::PanelOverlayElement.
Cleans up the static 'msDictionary' required to reset Ogre, otherwise the containers are left with invalid pointers, which will lead to a crash as soon as one of the ResourceManager implementers (e.g.
MaterialManager) initializes.
|
virtualinherited |
Reimplemented in Ogre::v1::OverlayContainer.
Returns true if xy is within the constraints of the component.
|
virtualinherited |
Reimplemented in Ogre::v1::OverlayContainer.
|
inlinevirtualinherited |
Method for copying this object's parameters to another object.
dest | Pointer to object to have it's parameters set the same as this object. |
|
virtualinherited |
Returns true if xy is within the constraints of the component.
Reimplemented in Ogre::v1::OverlayContainer.
|
inline |
|
virtualinherited |
Gets the caption for this element.
Method which reports whether this renderable would normally cast a shadow.
Reimplemented in Ogre::v1::StaticGeometry::GeometryBucket, Ogre::v1::SubEntity, Ogre::SubItem, Ogre::WireAabb, and Ogre::ManualObject::ManualObjectSection.
Real Ogre::v1::TextAreaOverlayElement::getCharHeight | ( | ) | const |
|
virtual |
Gets the colour of the text.
Reimplemented from Ogre::v1::OverlayElement.
const ColourValue & Ogre::v1::TextAreaOverlayElement::getColourBottom | ( | void | ) | const |
Gets the colour of the bottom of the letters.
const ColourValue & Ogre::v1::TextAreaOverlayElement::getColourTop | ( | void | ) | const |
Gets the colour of the top of the letters.
Gets the custom value associated with this Renderable at the given index.
index | Index of the parameter to retrieve. |
References Ogre::Exception::ERR_ITEM_NOT_FOUND, and OGRE_EXCEPT.
|
inlineinherited |
|
inlineinherited |
Gets the height of this element in relation to the screen (where 1.0 = screen height)
|
virtualinherited |
Gets the horizontal alignment for this element.
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
Gets a list of lights, ordered relative to how close they are to this renderable.
Implements Ogre::Renderable.
const MaterialPtr & Ogre::v1::TextAreaOverlayElement::getMaterial | ( | void | ) | const |
See Renderable.
Gets the name of the material this element uses.
|
virtualinherited |
Retrieves the current settings of how the element metrics are interpreted.
Gets the name of this overlay.
|
inlinevirtualinherited |
Returns the number of world transform matrices this renderable requires.
Reimplemented in Ogre::v1::BorderRenderable, Ogre::v1::InstanceBatchHW, Ogre::v1::InstanceBatchShader, Ogre::v1::BaseInstanceBatchVTF, and Ogre::v1::SubEntity.
|
inlineinherited |
Retrieves the parameter dictionary for this class.
|
inlineinherited |
|
inlinevirtualinherited |
Generic parameter retrieval method.
name | The name of the parameter to get |
|
inherited |
Retrieves a list of parameters valid for this object.
|
inherited |
Returns the parent container.
Gets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting.
Reimplemented in Ogre::v1::BorderRenderable.
Referenced by Ogre::v1::BorderRenderable::getPolygonModeOverrideable().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
virtual |
See Renderable.
Implements Ogre::Renderable.
|
inlineinherited |
Returns the SourceTemplate for this element.
Real Ogre::v1::TextAreaOverlayElement::getSpaceWidth | ( | ) | const |
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom)
See OverlayElement.
Implements Ogre::v1::OverlayElement.
Returns whether or not to use an 'identity' projection.
Returns whether or not to use an 'identity' view.
|
inlinevirtualinherited |
Returns whether the Hlms implementation should evaluate getUseIdentityProjection per object at runtime, or if it can assume the Renderable will remain with the same setting until the datablock is flushed (performance optimization)
Returns whether the world matrix is an identity matrix.
Reimplemented in Ogre::v1::BillboardSet.
|
inlinevirtualinherited |
Reimplemented in Ogre::v1::InstanceBatch.
|
inlineinherited |
Return an instance of user objects binding associated with this class.
You can use it to associate one or more custom objects with this class instance.
|
inlineinherited |
Return an instance of user objects binding associated with this class.
You can use it to associate one or more custom objects with this class instance.
|
inlineinherited |
|
virtualinherited |
Gets the vertical alignment for this element.
Gets the width of this element in relation to the screen (where 1.0 = screen width)
See Renderable.
Implements Ogre::Renderable.
Referenced by Ogre::v1::BorderRenderable::getWorldTransforms().
Checks whether a custom value is associated with this Renderable at the given index.
index | Index of the parameter to check for existence. |
Hides this element if it was visible.
Initialise gui element.
Implements Ogre::v1::OverlayElement.
returns false as this class is not a container type
Reimplemented in Ogre::v1::OverlayContainer.
|
inherited |
Returns whether or not the element is visible.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
inlinevirtualinherited |
Called immediately after the Renderable has been rendered.
|
inlinevirtualinherited |
Called just prior to the Renderable being rendered.
Reimplemented in Ogre::v1::BillboardChain.
Removes a custom value which is associated with this Renderable at the given index.
index | Index of the parameter to remove. |
|
virtual |
Sets the caption on elements that support it.
Reimplemented from Ogre::v1::OverlayElement.
|
virtual |
Sets the colour of the text.
Reimplemented from Ogre::v1::OverlayElement.
void Ogre::v1::TextAreaOverlayElement::setColourBottom | ( | const ColourValue & | col | ) |
Sets the colour of the bottom of the letters.
void Ogre::v1::TextAreaOverlayElement::setColourTop | ( | const ColourValue & | col | ) |
Sets the colour of the top of the letters.
Sets a custom parameter for this Renderable, which may be used to drive calculations for this specific Renderable, like GPU program parameters.
index | The index with which to associate the value. Note that this does not have to start at 0, and can include gaps. It also has no direct correlation with a GPU program parameter index - the mapping between the two is performed by the ACT_CUSTOM entry, if that is used. |
value | The value to associate. |
|
virtualinherited |
Assigns a datablock (i.e. HLMS Material) to this renderable.
Reimplemented in Ogre::v1::BillboardSet, Ogre::v1::SubEntity, and Ogre::v1::SubEntity.
Assigns a datablock (i.e.
HLMS material) based on its unique name.
|
inherited |
First tries to see if an HLMS datablock exist with the given name, if not, tries to search among low level materials.
Sets the dimensions of this element in relation to the screen (1.0 = screen width/height).
Sets the height of this element in relation to the screen (where 1.0 = screen height)
|
virtualinherited |
Sets the horizontal origin for this element.
Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right)
|
virtualinherited |
Sets the given material. Overrides HLMS materials.
Reimplemented in Ogre::v1::SimpleRenderable, Ogre::v1::BillboardSet, and Ogre::v1::SubEntity.
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
Sets the name of the Material to be used. Prefer using HLMS @See setHlms.
|
virtual |
Overridden from OverlayElement.
Reimplemented from Ogre::v1::OverlayElement.
|
virtualinherited |
Generic parameter setting method.
name | The name of the parameter to set |
value | String value. Must be in the right format for the type specified in the parameter definition. See the StringConverter class for more information. |
|
virtualinherited |
Generic multiple parameter setting method.
paramList | Name/value pair list |
Sets whether this renderable's chosen detail level can be overridden (downgraded) by the camera setting.
override | true means that a lower camera detail will override this renderables detail level, false means it won't. |
Sets the position of the top-left corner of the element, relative to the screen size (1.0 = screen width / height)
Sets the render queue sub group.
subGroup | The sub group. This value can't exceed OGRE_MAKE_MASK( SubRqIdBits ) @See RenderQueue |
Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom)
Sets whether or not to use an 'identity' projection.
Sets whether or not to use an 'identity' view.
|
inlinevirtualinherited |
Reimplemented in Ogre::v1::InstanceBatch.
|
virtualinherited |
Sets the vertical origin for this element.
Sets the width of this element in relation to the screen (where 1.0 = screen width)
Shows this element if it was hidden.
|
inherited |
Only valid when using low level materials.
|
inherited |
Index in the vector holding this Rendrable reference in the HLMS datablock.
Used for O(1) removals.