Maratis Engine
Public Member Functions

MTexture Class Reference

#include <MTexture.h>

List of all members.

Public Member Functions

 MTexture (MTextureRef *texRef)
 MTexture (const MTexture &texture)
void setTextureRef (MTextureRef *texRef)
MTextureRefgetTextureRef (void)
void setGenMode (M_TEX_GEN_MODES genMode)
M_TEX_GEN_MODES getGenMode (void)
void setUWrapMode (M_WRAP_MODES wrapMode)
void setVWrapMode (M_WRAP_MODES wrapMode)
M_WRAP_MODES getUWrapMode (void)
M_WRAP_MODES getVWrapMode (void)
void setTexTranslate (const MVector2 &texTranslate)
void setTexScale (const MVector2 &texScale)
void setTexRotate (float texRotate)
MVector2getTexTranslate (void)
MVector2getTexScale (void)
float getTexRotate (void)

Constructor & Destructor Documentation

MTexture::MTexture ( MTextureRef texRef) [inline]
MTexture::MTexture ( const MTexture texture) [inline]

Member Function Documentation

M_TEX_GEN_MODES MTexture::getGenMode ( void  ) [inline]
float MTexture::getTexRotate ( void  ) [inline]
MVector2* MTexture::getTexScale ( void  ) [inline]
MVector2* MTexture::getTexTranslate ( void  ) [inline]
MTextureRef* MTexture::getTextureRef ( void  ) [inline]
M_WRAP_MODES MTexture::getUWrapMode ( void  ) [inline]
M_WRAP_MODES MTexture::getVWrapMode ( void  ) [inline]
void MTexture::setGenMode ( M_TEX_GEN_MODES  genMode) [inline]
void MTexture::setTexRotate ( float  texRotate) [inline]
void MTexture::setTexScale ( const MVector2 texScale) [inline]
void MTexture::setTexTranslate ( const MVector2 texTranslate) [inline]
void MTexture::setTextureRef ( MTextureRef texRef) [inline]
void MTexture::setUWrapMode ( M_WRAP_MODES  wrapMode) [inline]
void MTexture::setVWrapMode ( M_WRAP_MODES  wrapMode) [inline]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Friends Defines