![]() |
ezEngine
Release 25.03
|
Public Member Functions | |
EZ_ALWAYS_INLINE void | SetCamera (const ezCamera &camera) |
const EZ_ALWAYS_INLINE ezCamera & | GetCamera () const |
EZ_ALWAYS_INLINE void | SetLodCamera (const ezCamera &camera) |
const EZ_ALWAYS_INLINE ezCamera & | GetLodCamera () const |
EZ_ALWAYS_INLINE void | SetViewData (const ezViewData &viewData) |
const EZ_ALWAYS_INLINE ezViewData & | GetViewData () const |
EZ_ALWAYS_INLINE void | SetWorldTime (ezTime time) |
EZ_ALWAYS_INLINE ezTime | GetWorldTime () const |
EZ_ALWAYS_INLINE void | SetWorldDebugContext (const ezDebugRendererContext &debugContext) |
const EZ_ALWAYS_INLINE ezDebugRendererContext & | GetWorldDebugContext () const |
EZ_ALWAYS_INLINE void | SetViewDebugContext (const ezDebugRendererContext &debugContext) |
const EZ_ALWAYS_INLINE ezDebugRendererContext & | GetViewDebugContext () const |
void | AddRenderData (const ezRenderData *pRenderData, ezRenderData::Category category) |
void | AddFrameData (const ezRenderData *pFrameData) |
void | SortAndBatch () |
void | Clear () |
ezRenderDataBatchList | GetRenderDataBatchesWithCategory (ezRenderData::Category category, ezRenderDataBatch::Filter filter=ezRenderDataBatch::Filter()) const |
template<typename T > | |
const EZ_ALWAYS_INLINE T * | GetFrameData () const |