CSEngine
|
Public Member Functions | |
COMPONENT_DEFINE_CONSTRUCTOR (DrawableStaticMeshComponent) | |
void | Init () override |
void | Tick (float elapsedTime) override |
void | Exterminate () override |
SComponent * | Clone (SGameObject *object) override |
virtual bool | SetMesh (const SISurface &meshSurface) |
const GLMeshID & | GetMeshID () const |
Public Member Functions inherited from CSE::SComponent | |
SComponent (std::string classType, SGameObject *gameObject) | |
SComponent (const SComponent &src) | |
void | Start () override |
virtual void | CopyReference (SComponent *src, std::map< SGameObject *, SGameObject * > lists_obj, std::map< SComponent *, SComponent * > lists_comp) |
virtual auto | GetComponent () -> SObject * |
void | SetValue (std::string name_str, Arguments value) override |
std::string | PrintValue () const override |
void | SetGameObject (SGameObject *object) |
virtual SGameObject * | GetGameObject () const |
virtual bool | GetIsEnable () const |
virtual void | SetIsEnable (bool is_enable) |
std::string | GetClassType () const |
void | SetClassType (std::string type) |
Public Member Functions inherited from CSE::SObject | |
SObject (bool isRegister) | |
virtual void | SetUndestroyable (bool enable) |
virtual void | Destroy () |
virtual void | __FORCE_DESTROY__ () |
virtual std::string | GenerateMeta () |
std::string | GetHash () const |
virtual void | SetHash (std::string &hash) |
Public Member Functions inherited from CSE::SISComponent | |
SISComponent (const SISComponent &src)=default | |
Protected Member Functions | |
virtual void | CreateMeshBuffers (const SISurface &surface) |
Protected Attributes | |
GLMeshID | m_meshId |
Protected Attributes inherited from CSE::SComponent | |
SGameObject * | gameObject = nullptr |
bool | isEnable = true |
std::string | m_classType |
Protected Attributes inherited from CSE::SObject | |
std::string | m_hash |
Additional Inherited Members | |
Protected Types inherited from CSE::VariableBinder | |
typedef std::vector< std::string > | Arguments |
Definition at line 8 of file DrawableStaticMeshComponent.h.
|
overridevirtual |
Reimplemented from CSE::SComponent.
Definition at line 105 of file DrawableStaticMeshComponent.cpp.
|
protectedvirtual |
Definition at line 50 of file DrawableStaticMeshComponent.cpp.
|
overridevirtual |
Implements CSE::SObject.
Definition at line 23 of file DrawableStaticMeshComponent.cpp.
|
inline |
Definition at line 24 of file DrawableStaticMeshComponent.h.
|
overridevirtual |
Implements CSE::SISComponent.
Definition at line 15 of file DrawableStaticMeshComponent.cpp.
|
virtual |
Definition at line 33 of file DrawableStaticMeshComponent.cpp.
|
overridevirtual |
Implements CSE::SISComponent.
Definition at line 19 of file DrawableStaticMeshComponent.cpp.
|
protected |
Definition at line 32 of file DrawableStaticMeshComponent.h.