![]() |
ezEngine
Release 25.03
|
This is the complete list of members for ezWorld, including all inherited members.
AddResourceReloadFunction(ezTypelessResourceHandle hResource, ezComponentHandle hComponent, void *pUserData, ResourceReloadFunc function) | ezWorld | |
BeginAddingComponentsToInitBatch(const ezComponentInitBatchHandle &hBatch) | ezWorld | |
BreadthFirst enum value (defined in ezWorld) | ezWorld | |
CancelComponentInitBatch(const ezComponentInitBatchHandle &hBatch) | ezWorld | |
Clear() | ezWorld | |
CreateComponentInitBatch(ezStringView sBatchName, bool bMustFinishWithinOneFrame=true) | ezWorld | |
CreateObject(const ezGameObjectDesc &desc) | ezWorld | |
CreateObject(const ezGameObjectDesc &desc, ezGameObject *&out_pObject) | ezWorld | |
DeleteComponentInitBatch(const ezComponentInitBatchHandle &hBatch) | ezWorld | |
DeleteComponentManager() | ezWorld | |
DeleteModule() | ezWorld | |
DeleteModule(const ezRTTI *pRtti) | ezWorld | |
DeleteModule() (defined in ezWorld) | ezWorld | |
DeleteObjectDelayed(const ezGameObjectHandle &hObject, bool bAlsoDeleteEmptyParents=true) | ezWorld | |
DeleteObjectNow(const ezGameObjectHandle &hObject, bool bAlsoDeleteEmptyParents=true) | ezWorld | |
DepthFirst enum value (defined in ezWorld) | ezWorld | |
EndAddingComponentsToInitBatch(const ezComponentInitBatchHandle &hBatch) | ezWorld | |
ezComponent (defined in ezWorld) | ezWorld | friend |
ezComponentManagerBase (defined in ezWorld) | ezWorld | friend |
ezGameObject (defined in ezWorld) | ezWorld | friend |
ezWorld(ezWorldDesc &ref_desc) | ezWorld | |
ezWorldModule (defined in ezWorld) | ezWorld | friend |
FindEventMsgHandlers(const ezMessage &msg, ezGameObject *pSearchObject, ezDynamicArray< ezComponent * > &out_components) | ezWorld | |
FindEventMsgHandlers(const ezMessage &msg, const ezGameObject *pSearchObject, ezDynamicArray< const ezComponent * > &out_components) const | ezWorld | |
GetAllocator() | ezWorld | |
GetBlockAllocator() | ezWorld | |
GetClock() | ezWorld | |
GetClock() const | ezWorld | |
GetComponentManager() | ezWorld | |
GetComponentManager() const | ezWorld | |
GetComponentManager() (defined in ezWorld) | ezWorld | |
GetComponentManager() const (defined in ezWorld) | ezWorld | |
GetCoordinateSystem(const ezVec3 &vGlobalPosition, ezCoordinateSystem &out_coordinateSystem) const | ezWorld | |
GetCoordinateSystemProvider() | ezWorld | |
GetCoordinateSystemProvider() const | ezWorld | |
GetGameObjectReferenceResolver() const | ezWorld | |
GetIndex() const | ezWorld | |
GetManagerForComponentType(const ezRTTI *pComponentRtti) | ezWorld | |
GetManagerForComponentType(const ezRTTI *pComponentRtti) const | ezWorld | |
GetMaxNumComponentsPerType() (defined in ezWorld) | ezWorld | static |
GetMaxNumComponentTypes() (defined in ezWorld) | ezWorld | static |
GetMaxNumGameObjects() (defined in ezWorld) | ezWorld | static |
GetMaxNumHierarchyLevels() (defined in ezWorld) | ezWorld | static |
GetMaxNumWorldModules() (defined in ezWorld) | ezWorld | static |
GetMaxNumWorlds() (defined in ezWorld) | ezWorld | static |
GetModule() | ezWorld | |
GetModule() const | ezWorld | |
GetModule(const ezRTTI *pRtti) | ezWorld | |
GetModule(const ezRTTI *pRtti) const | ezWorld | |
GetModule() (defined in ezWorld) | ezWorld | |
GetModule() const (defined in ezWorld) | ezWorld | |
GetModuleReadOnly() const | ezWorld | |
GetModuleReadOnly() const (defined in ezWorld) | ezWorld | |
GetName() const | ezWorld | |
GetObjectCount() const | ezWorld | |
GetObjectDeletionEvent() const | ezWorld | |
GetObjects() | ezWorld | |
GetObjects() const | ezWorld | |
GetOrCreateComponentManager() | ezWorld | |
GetOrCreateManagerForComponentType(const ezRTTI *pComponentRtti) | ezWorld | |
GetOrCreateModule() | ezWorld | |
GetOrCreateModule(const ezRTTI *pRtti) | ezWorld | |
GetOrCreateModule() (defined in ezWorld) | ezWorld | |
GetRandomNumberGenerator() | ezWorld | |
GetReadMarker() const | ezWorld | |
GetSpatialSystem() | ezWorld | |
GetSpatialSystem() const | ezWorld | |
GetStackAllocator() | ezWorld | |
GetUpdateCounter() const | ezWorld | |
GetUpdateTask() | ezWorld | |
GetUserData() const | ezWorld | |
GetWorld(ezUInt32 uiIndex) | ezWorld | static |
GetWorld(const ezGameObjectHandle &hObject) | ezWorld | static |
GetWorld(const ezComponentHandle &hComponent) | ezWorld | static |
GetWorldCount() | ezWorld | static |
GetWorldSimulationEnabled() const | ezWorld | |
GetWriteMarker() | ezWorld | |
IsComponentInitBatchCompleted(const ezComponentInitBatchHandle &hBatch, double *pCompletionFactor=nullptr) | ezWorld | |
IsValidComponent(const ezComponentHandle &hComponent) const | ezWorld | inline |
IsValidObject(const ezGameObjectHandle &hObject) const | ezWorld | |
PostMessage(const ezGameObjectHandle &hReceiverObject, const ezMessage &msg, ezTime delay, ezObjectMsgQueueType::Enum queueType=ezObjectMsgQueueType::NextFrame) const | ezWorld | |
PostMessage(const ezComponentHandle &hReceiverComponent, const ezMessage &msg, ezTime delay, ezObjectMsgQueueType::Enum queueType=ezObjectMsgQueueType::NextFrame) const | ezWorld | |
PostMessageRecursive(const ezGameObjectHandle &hReceiverObject, const ezMessage &msg, ezTime delay, ezObjectMsgQueueType::Enum queueType=ezObjectMsgQueueType::NextFrame) const | ezWorld | |
ReferenceResolver typedef (defined in ezWorld) | ezWorld | |
RemoveResourceReloadFunction(ezTypelessResourceHandle hResource, ezComponentHandle hComponent, void *pUserData) (defined in ezWorld) | ezWorld | |
ResourceReloadContext typedef (defined in ezWorld) | ezWorld | |
ResourceReloadFunc typedef (defined in ezWorld) | ezWorld | |
SendMessage(const ezGameObjectHandle &hReceiverObject, ezMessage &ref_msg) | ezWorld | |
SendMessage(const ezComponentHandle &hReceiverComponent, ezMessage &ref_msg) | ezWorld | |
SendMessageRecursive(const ezGameObjectHandle &hReceiverObject, ezMessage &ref_msg) | ezWorld | |
SetCoordinateSystemProvider(const ezSharedPtr< ezCoordinateSystemProvider > &pProvider) | ezWorld | |
SetGameObjectReferenceResolver(const ReferenceResolver &resolver) | ezWorld | |
SetMaxInitializationTimePerFrame(ezTime maxInitTime) | ezWorld | |
SetUserData(void *pUserData) | ezWorld | |
SetWorldSimulationEnabled(bool bEnable) | ezWorld | |
SubmitComponentInitBatch(const ezComponentInitBatchHandle &hBatch) | ezWorld | |
TraversalMethod enum name (defined in ezWorld) | ezWorld | |
Traverse(VisitorFunc visitorFunc, TraversalMethod method=DepthFirst) | ezWorld | |
TryGetComponent(const ezComponentHandle &hComponent, ComponentType *&out_pComponent) | ezWorld | inline |
TryGetComponent(const ezComponentHandle &hComponent, const ComponentType *&out_pComponent) const | ezWorld | inline |
TryGetComponent(const ezTypedComponentHandle< T > &hComponent, U *&out_pComponent)=delete | ezWorld | |
TryGetComponent(const ezTypedComponentHandle< T > &hComponent, const U *&out_pComponent) const =delete | ezWorld | |
TryGetObject(const ezGameObjectHandle &hObject, ezGameObject *&out_pObject) | ezWorld | |
TryGetObject(const ezGameObjectHandle &hObject, const ezGameObject *&out_pObject) const | ezWorld | |
TryGetObjectWithGlobalKey(const ezTempHashedString &sGlobalKey, ezGameObject *&out_pObject) | ezWorld | |
TryGetObjectWithGlobalKey(const ezTempHashedString &sGlobalKey, const ezGameObject *&out_pObject) const | ezWorld | |
Update() | ezWorld | |
VisitorFunc typedef | ezWorld | |
~ezWorld() (defined in ezWorld) | ezWorld |