#include "Noncopyable.h"#include "iFnPub.h"#include "assetmanagement\AssetUser.h"#include "GetCOREInterface.h"#include "FileEnumConstants.h"Go to the source code of this file.
Classes |
|
| class | IBatchRenderView |
| This class represent one entry in the list
of batch render views. More... |
|
| class | IBatchRenderManager |
| This class is the manager of the batch
rendering feature. More... |
|
Defines |
|
| #define | IID_IBatchRenderManager Interface_ID(0x873B70BE, 0x4BEF3BB8) |
| Batch Render Manager interface ID. |
|
| #define | IID_IBatchRenderView Interface_ID(0xB35ED920, 0xC5270C0B) |
| Batch Render
View interface ID. |
|
Functions |
|
| IBatchRenderManager * | GetBatchRenderManager () |
| Returns the interface to the Batch Render
Manager singleton object. |
|
| #define IID_IBatchRenderManager Interface_ID(0x873B70BE, 0x4BEF3BB8) |
Batch Render Manager interface ID.
Definition at line 248 of file IBatchRenderManager.h.
| #define IID_IBatchRenderView Interface_ID(0xB35ED920, 0xC5270C0B) |
Batch Render View interface ID.
Definition at line 253 of file IBatchRenderManager.h.
| IBatchRenderManager* GetBatchRenderManager | ( | ) | [inline] |
Returns the interface to the Batch Render Manager singleton object.
Definition at line 250 of file IBatchRenderManager.h.
{ return static_cast<IBatchRenderManager*>(GetCOREInterface(IID_IBatchRenderManager)); }