CSEngine
|
Public Member Functions | |
SISurface (std::string &&classType) | |
virtual int | GetVertexCount () const =0 |
virtual int | GetLineIndexCount () const =0 |
virtual int | GetTriangleIndexCount () const =0 |
virtual void | GenerateVertices (std::vector< float > &vertices, unsigned char flags=0) const =0 |
virtual void | GenerateLineIndices (std::vector< unsigned short > &indices) const =0 |
virtual void | GenerateTriangleIndices (std::vector< unsigned short > &indices) const =0 |
![]() | |
SResource (std::string classType) | |
SResource (const SResource *resource, bool isRegister) | |
void | SetName (std::string name) |
void | SetAbsoluteID (std::string id) |
std::string | GetName () const |
std::string | GetAbsoluteID () const |
AssetMgr::AssetReference * | GetAssetReference (std::string hash="") const |
void | LinkResource (AssetMgr::AssetReference *asset) |
void | LinkResource (std::string name) |
void | SetHash (std::string &hash) override |
![]() | |
SObject (bool isRegister) | |
virtual void | Exterminate ()=0 |
virtual void | SetUndestroyable (bool enable) |
virtual void | Destroy () |
std::string | GetHash () const |
![]() | |
virtual void | SetValue (std::string name_str, Arguments value)=0 |
virtual std::string | PrintValue () const =0 |
![]() | |
ReflectionObject (std::string type) | |
void | SetClassType (std::string type) |
const char * | GetClassType () const |
bool | IsSameClass (const char *classType) const |
Public Attributes | |
GLMeshID | m_meshId |
Additional Inherited Members | |
![]() | |
template<class T > | |
static T * | Create (const std::string &name) |
static SResource * | Create (const std::string &name, const std::string &classType) |
template<class T > | |
static T * | Create (const AssetMgr::AssetReference *asset) |
static SResource * | Create (const AssetMgr::AssetReference *asset, const std::string &classType) |
template<class T > | |
static T * | Get (std::string name) |
static SResource * | Get (std::string &name) |
![]() | |
static ReflectionObject * | NewObject (const std::string &name) |
![]() | |
typedef std::vector< std::string > | Arguments |
![]() | |
virtual void | Init (const AssetMgr::AssetReference *asset)=0 |
![]() | |
![]() | |
std::string | m_hash |
![]() | |
std::string | m_class |
Definition at line 23 of file RenderInterfaces.h.
|
inlineexplicit |
Definition at line 26 of file RenderInterfaces.h.
|
mutable |
Definition at line 45 of file RenderInterfaces.h.