MCPcopy Create free account

hub / github.com/Illation/ETEngine / functions

Functions1,651 in github.com/Illation/ETEngine

MethodMakeData
------------------------------- PlanetComponentDesc::MakeData Create a planet component from a descriptor
Engine/source/EtFramework/Components/PlanetComponent.cpp:62
MethodMakeData
----------------------------------- AtmosphereComponentDesc::MakeData Create a atmosphere component from a descriptor
Engine/source/EtFramework/Components/AtmosphereComponent.cpp:71
MethodMakeData
---------------------------------- RigidBodyComponentDesc::MakeData Create a rigid body component from a descriptor
Engine/source/EtFramework/Components/RigidBodyComponent.cpp:172
MethodMakeData
------------------------------ ModelComponentDesc::MakeData Create a model component from a descriptor
Engine/source/EtFramework/Components/ModelComponent.cpp:80
MethodMakeData
------------------------------- CameraComponentDesc::MakeData Create a camera component from a descriptor
Engine/source/EtFramework/Components/CameraComponent.cpp:67
MethodMakeData
---------------------------------- TransformComponentDesc::MakeData Create a transform component from a descriptor
Engine/source/EtFramework/Components/TransformComponent.cpp:133
MethodMakeData
------------------------------- SpriteComponentDesc::MakeData Create a sprite component from a descriptor
Engine/source/EtFramework/Components/SpriteComponent.cpp:123
FunctionMatchesTexture
--------------------------------- MatchesTexture
Engine/source/EtRendering/GraphicsTypes/ParameterBlock.cpp:71
MethodMaterial
Engine/source/EtRendering/MaterialSystem/MaterialData.cpp:40
MethodMaterialAsset
Engine/source/EtRendering/MaterialSystem/MaterialData.h:99
MethodMaterialInstance
Engine/source/EtRendering/MaterialSystem/MaterialInstance.cpp:34
MethodMaterialInstanceAsset
Engine/source/EtRendering/MaterialSystem/MaterialInstance.h:64
MethodMaterialParam
Engine/source/EtRendering/MaterialSystem/MaterialDescriptor.h:71
MethodMemoryPackage
--------------------------------- MemoryPackage::MemoryPackage Construct a memory package with a pointer to its data, initialize the entry map
Engine/source/EtCore/FileSystem/Package/MemoryPackage.cpp:25
MethodMeshAsset
Construct destruct ---------------------
Engine/source/EtRendering/GraphicsTypes/Mesh.h:147
MethodMeshData
--------------------------------- MeshData::c-tor Construct Mesh data from vertex data
Engine/source/EtRendering/GraphicsTypes/Mesh.cpp:265
MethodMeshSurface
--------------------------------- MeshSurface::c-tor Construct a surface from a mesh and material combination
Engine/source/EtRendering/GraphicsTypes/Mesh.cpp:179
MethodMikkTSpaceData
Engine/source/EtRendering/GraphicsTypes/Mesh.cpp:49
MethodModelColumns
Engine/source/EtEditor/Content/ResourceView.h:44
MethodModelColumns
Engine/source/EtEditor/Tools/Outliner.h:39
MethodModelComponent
----------------------- ModelComponent::c-tor load assets from ids
Engine/source/EtFramework/Components/ModelComponent.cpp:45
MethodModelComponentDesc
Engine/source/EtFramework/Components/ModelComponent.h:67
MethodMount
Engine/source/EtCore/FileSystem/Directory/DirectoryBaseWindows.hpp:36
MethodMoveArchetype
------------------------------ EcsController::MoveArchetype Move an entities component data to the correct archetype
Engine/source/EtFramework/ECS/EcsController.cpp:573
MethodMoveBufferPosition
Engine/source/EtCore/FileSystem/BinaryReader.cpp:126
MethodMoveToNonWhitespace
Engine/source/EtCore/FileSystem/Json/JsonParser.cpp:30
MethodNext
--------------------- ComponentView::Next Increment component pointers
Engine/source/EtFramework/ECS/ComponentView.cpp:102
MethodNotifyOnChange
--------------------------------- AssetTypeFilter::NotifyOnChange
Engine/source/EtEditor/Content/AssetTypeFilter.cpp:152
MethodNow
Engine/source/EtCore/Util/Time.cpp:59
MethodOnActionPreferences
--------------------------------- EditorApp::OnActionPreferences On clicking the preferences button in the menu we show the SettingsDialog
Engine/source/EtEditor/EditorApp.cpp:261
MethodOnActionQuit
--------------------------------- EditorApp::OnActionQuit On clicking the quit button in the menu
Engine/source/EtEditor/EditorApp.cpp:298
MethodOnComponentAdded
----------------------------------- SpriteComponent::OnComponentAdded Register sprites in the render scene when they are added to the ECS
Engine/source/EtFramework/Components/SpriteComponent.cpp:41
MethodOnComponentAdded
----------------------------------- TransformSystem::OnComponentAdded Register transform components in the render scene when they are added to the EC
Engine/source/EtFramework/Systems/TransformSystem.cpp:23
MethodOnComponentAdded
----------------------------------- LightSystem::OnComponentAdded Register lights in the render scene when they are added to the ECS
Engine/source/EtFramework/Systems/LightSystem.cpp:33
MethodOnComponentAdded
----------------------------------- RigidBodySystem::OnComponentAdded Register transform components in the physics world when they are added to the E
Engine/source/EtFramework/Systems/RigidBodySystem.cpp:24
MethodOnComponentAdded
----------------------------------- AudioSourceSystem::OnComponentAdded Register transform components in the render scene when they are added to the
Engine/source/EtFramework/Systems/AudioSourceSystem.cpp:28
MethodOnComponentAdded
----------------------------------- ModelInit::OnComponentAdded Register models in the render scene when they are added to the ECS
Engine/source/EtFramework/Systems/ModelInit.cpp:24
MethodOnComponentAdded
----------------------------------- PlanetInit::OnComponentAdded Register planets in the render scene when they are added to the ECS
Engine/source/EtFramework/Systems/PlanetInit.cpp:22
MethodOnComponentAdded
----------------------------------- AtmosphereInit::OnComponentAdded Register atmospheres in the render scene when they are added to the ECS
Engine/source/EtFramework/Systems/AtmosphereInit.cpp:22
MethodOnComponentRemoved
----------------------------------- SpriteComponent::OnComponentAdded Unregister sprites in the render scene when they are added to the ECS
Engine/source/EtFramework/Components/SpriteComponent.cpp:56
MethodOnComponentRemoved
------------------------------------- TransformSystem::OnComponentRemoved Remove respectively
Engine/source/EtFramework/Systems/TransformSystem.cpp:36
MethodOnComponentRemoved
------------------------------------- LightSystem::OnComponentRemoved Remove respectively
Engine/source/EtFramework/Systems/LightSystem.cpp:48
MethodOnComponentRemoved
------------------------------------- RigidBodySystem::OnComponentRemoved Remove respectively
Engine/source/EtFramework/Systems/RigidBodySystem.cpp:59
MethodOnComponentRemoved
------------------------------------- AudioSourceSystem::OnComponentRemoved Remove respectively
Engine/source/EtFramework/Systems/AudioSourceSystem.cpp:80
MethodOnComponentRemoved
------------------------------------- ModelInit::OnComponentRemoved Remove respectively
Engine/source/EtFramework/Systems/ModelInit.cpp:38
MethodOnComponentRemoved
------------------------------------- PlanetInit::OnComponentRemoved Remove respectively
Engine/source/EtFramework/Systems/PlanetInit.cpp:35
MethodOnComponentRemoved
------------------------------------- AtmosphereInit::OnComponentRemoved Remove respectively
Engine/source/EtFramework/Systems/AtmosphereInit.cpp:38
MethodOnCreateContext
--------------------------------- SingleContextGlArea::OnCreateContext
Engine/source/EtEditor/Rendering/GtkRenderArea.cpp:51
MethodOnDeinit
---------------------------- SceneViewport::OnDeinit
Engine/source/EtEditor/Tools/SceneViewport.cpp:175
MethodOnDeinit
Engine/source/EtRendering/SceneRendering/SplashScreenRenderer.h:38
MethodOnDeinit
Engine/source/EtRendering/SceneRendering/ShadedSceneRenderer.h:47
MethodOnDeinit
--------------------------------- TestRenderer::OnDeinit
doc/abstract_graphics_api_example/TestRenderer.cpp:51
MethodOnDirectorySelectionChanged
---------------------------------------------------- ResourceView::OnDirectorySelectionChanged
Engine/source/EtEditor/Content/ResourceView.cpp:131
MethodOnHideWindow
--------------------------------- EditorApp::OnHideWindow Hiding a window will make us delete it
Engine/source/EtEditor/EditorApp.cpp:136
MethodOnInit
-------------------------- MainFramework::OnInit
Projects/Demo/source/Runtime/MainFramework.cpp:47
MethodOnInit
Engine/source/EtRendering/SceneRendering/SplashScreenRenderer.h:37
MethodOnInit
Engine/source/EtRendering/SceneRendering/ShadedSceneRenderer.h:46
MethodOnInit
--------------------------------- TestRenderer::OnInit
doc/abstract_graphics_api_example/TestRenderer.cpp:10
MethodOnKeyEvent
---------------------------------------------------- SceneEditor::OnKeyEvent
Engine/source/EtEditor/SceneEditor/SceneEditor.cpp:114
MethodOnKeyEvent
------------------------------------ SceneViewport::OnKeyEvent
Engine/source/EtEditor/Tools/SceneViewport.cpp:257
MethodOnRealize
--------------------------------- GtkRenderArea::OnRealize
Engine/source/EtEditor/Rendering/GtkRenderArea.cpp:104
MethodOnRealize
--------------------------------- Viewport::OnRealize From this point on graphics API functions can be called for this viewport
Engine/source/EtRendering/GraphicsContext/Viewport.cpp:115
MethodOnRender
--------------------------------- GtkRenderArea::SetOnRender
Engine/source/EtEditor/Rendering/GtkRenderArea.cpp:137
MethodOnRender
--------------------------------- SplashScreenRenderer::OnRender Main scene drawing function
Engine/source/EtRendering/SceneRendering/SplashScreenRenderer.cpp:70
MethodOnRender
--------------------------------- ShadedSceneRenderer::OnRender Main scene drawing function
Engine/source/EtRendering/SceneRendering/ShadedSceneRenderer.cpp:120
MethodOnRender
Engine/source/EtRendering/GraphicsContext/ViewportRenderer.h:24
MethodOnRender
--------------------------------- TestRenderer::OnRender
doc/abstract_graphics_api_example/TestRenderer.cpp:64
MethodOnResize
--------------------------------- GtkRenderArea::SetOnResize
Engine/source/EtEditor/Rendering/GtkRenderArea.cpp:126
MethodOnResize
--------------------------------- SplashScreenRenderer::OnResize
Engine/source/EtRendering/SceneRendering/SplashScreenRenderer.cpp:60
MethodOnResize
--------------------------------- ShadedSceneRenderer::OnResize
Engine/source/EtRendering/SceneRendering/ShadedSceneRenderer.cpp:97
MethodOnResize
Engine/source/EtRendering/GraphicsContext/ViewportRenderer.h:23
MethodOnResize
doc/abstract_graphics_api_example/TestRenderer.h:29
MethodOnSaveEditorLayout
--------------------------------- EditorApp::OnActionPreferences On clicking the preferences button in the menu we show the SettingsDialog
Engine/source/EtEditor/EditorApp.cpp:286
MethodOnSceneEvent
---------------------------------------------------- SceneSelection::OnSceneEvent pass the event through to any listeners
Engine/source/EtEditor/SceneEditor/SceneSelection.cpp:168
MethodOnSceneEvent
-------------------------- Outliner::OnSceneEvent React to any changes in the scene
Engine/source/EtEditor/Tools/Outliner.cpp:110
MethodOnScenePostLoad
------------------------------------------- PlaylistComponentDesc::OnScenePostLoad Determine the current track based on the active track in the sourc
Projects/Demo/source/Common/PlaylistComponent.cpp:57
MethodOnScenePostLoad
------------------------------------------- SwirlyLightComponentDesc::OnScenePostLoad Offset relative to transform, set origin
Projects/Demo/source/Common/SwirlyLightComponent.cpp:71
MethodOnScenePostLoad
-------------------------------------- AudioSourceCompDesc::OnScenePostLoad Create an audio source component from a descriptor
Engine/source/EtFramework/Components/AudioSourceComponent.cpp:95
MethodOnScenePostLoad
------------------------------------------ AtmosphereComponentDesc::OnScenePostLoad
Engine/source/EtFramework/Components/AtmosphereComponent.cpp:79
MethodOnScenePostLoad
Engine/source/EtFramework/SceneGraph/ComponentDescriptor.h:70
MethodOnSearchChanged
----------------------------------------- ResourceView::OnSearchChanged
Engine/source/EtEditor/Content/ResourceView.cpp:158
MethodOnSelectedAssetsChanged
------------------------------------------------ ResourceChooserDialog::OnSelectedAssetsChanged
Engine/source/EtEditor/Util/ResourceChooserDialog.cpp:61
MethodOnSelectedChildrenChanged
------------------------------------------------- ResourceView::OnAssetTypeFilterChanged
Engine/source/EtEditor/Content/ResourceView.cpp:176
MethodOnSelectionChanged
-------------------------------- Outliner::OnSelectionChanged Update the selected item list
Engine/source/EtEditor/Tools/Outliner.cpp:184
MethodOnSystemInit
----------------------------- MainFramework::OnSystemInit
Projects/Demo/source/Runtime/MainFramework.cpp:32
MethodOnTick
-------------------------- MainFramework::OnTick Demo specific updates independent of scene
Projects/Demo/source/Runtime/MainFramework.cpp:84
MethodOnTick
--------------------------------- EditorApp::OnTick What do we want to do every cycle?
Engine/source/EtEditor/EditorApp.cpp:244
MethodOnTick
---------------------------------------------------- SceneEditor::OnTick
Engine/source/EtEditor/SceneEditor/SceneEditor.cpp:127
MethodOnTick
---------------------- UnifiedScene::OnTick
Engine/source/EtFramework/SceneGraph/UnifiedScene.cpp:91
MethodOnTick
---------------------------- GlfwEventManager::OnTick Pump the GLFW message loop into the input manager
Engine/source/EtRuntime/Core/GlfwEventManager.cpp:136
MethodOnToolComboChanged
------------------------------------- EditorToolNode::OnToolComboChanged Switch the displayed tool if the user selects a different one
Engine/source/EtEditor/Layout/EditorToolNode.cpp:329
MethodOnTreeViewRowActivated
------------------------------------ Outliner::OnTreeViewRowActivated When an item in the list gets double clicked / opened
Engine/source/EtEditor/Tools/Outliner.cpp:163
MethodOnUnrealize
--------------------------------- GtkRenderArea::OnUnrealize
Engine/source/EtEditor/Rendering/GtkRenderArea.cpp:115
MethodOnUnrealize
--------------------------------- Viewport::OnUnrealize Uninit open gl stuff
Engine/source/EtRendering/GraphicsContext/Viewport.cpp:141
MethodOnViewportPostFlush
--------------------------------- EntityIdRenderer::OnViewportPostFlush Runs after everything else has finished rendering
Engine/source/EtEditor/Rendering/EntityIdRenderer.cpp:186
MethodOnViewportPreRender
Engine/source/EtFramework/Util/ScreenshotCapture.h:37
MethodOnWindowResize
--------------------------------- OutlineRenderer::OnWindowResize
Engine/source/EtRendering/Extensions/OutlineRenderer.cpp:226
MethodOnWindowResize
--------------------------------- TextRenderer::OnWindowResize Makes sure text size stays consistent when the window size changes
Engine/source/EtRendering/SceneRendering/TextRenderer.cpp:157
MethodOnWindowResize
--------------------------------- SpriteRenderer::OnWindowResize Recalculates transform basis to preserve sprite scaling
Engine/source/EtRendering/SceneRendering/SpriteRenderer.cpp:184
MethodOpen
Engine/source/EtCore/FileSystem/BinaryReader.cpp:75
← previousnext →1,001–1,100 of 1,651, ranked by callers