|
arsa
2.7
|
#include <EffekseerRendererDX11.h>
Classes | |
| struct | InternalModel |
Public Member Functions | |
| Model (uint8_t *data, int32_t size) | |
| virtual | ~Model () |
| Destructor. More... | |
Public Member Functions inherited from Effekseer::Model | |
| Model (void *data, int32_t size) | |
| Constructor. More... | |
| Vertex * | GetVertexes (int32_t index=0) const |
| int32_t | GetVertexCount (int32_t index=0) |
| Face * | GetFaces (int32_t index=0) const |
| int32_t | GetFaceCount (int32_t index=0) |
| int32_t | GetFrameCount () const |
| int32_t | GetModelCount () |
| int32_t | GetVertexSize () const |
| Emitter | GetEmitter (IRandObject *g, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromVertex (IRandObject *g, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromVertex (int32_t index, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromFace (IRandObject *g, int32_t time, CoordinateSystem coordinate, float magnification) |
| Emitter | GetEmitterFromFace (int32_t index, int32_t time, CoordinateSystem coordinate, float magnification) |
Public Attributes | |
| InternalModel * | InternalModels = nullptr |
| int32_t | ModelCount |
Additional Inherited Members | |
Static Public Attributes inherited from Effekseer::Model | |
| static const int32_t | Version = 1 |
Protected Attributes inherited from Effekseer::Model | |
| int32_t | m_vertexSize = sizeof(Vertex) |
Definition at line 515 of file EffekseerRendererDX11.h.
Definition at line 549 of file EffekseerRendererDX11.h.
|
inlinevirtual |
Destructor.
Reimplemented from Effekseer::Model.
Definition at line 557 of file EffekseerRendererDX11.h.
| InternalModel* EffekseerRendererDX11::Model::InternalModels = nullptr |
Definition at line 546 of file EffekseerRendererDX11.h.
| int32_t EffekseerRendererDX11::Model::ModelCount |
Definition at line 547 of file EffekseerRendererDX11.h.
1.8.15