MCPcopy Create free account

hub / github.com/Illation/ETEngine / functions

Functions1,651 in github.com/Illation/ETEngine

MethodFrustum
Engine/source/EtRendering/GraphicsTypes/Frustum.cpp:25
MethodGL_CONTEXT_CLASSNAME
init deinit --------------
Engine/source/EtRendering/GraphicsContext/GlContextImpl.h:106
MethodGbuffer
Engine/source/EtRendering/SceneRendering/Gbuffer.cpp:16
FunctionGenCompPtrList
Engine/source/EtFramework/ECS/RawComponentPointer.h:37
FunctionGenSignature
Engine/source/EtFramework/ECS/ComponentSignature.h:46
MethodGenerateFramebufferTextures
Engine/source/EtRendering/GraphicsTypes/FrameBuffer.cpp:88
MethodGenerateFramebuffers
Engine/source/EtRendering/SceneRendering/PostProcessingRenderer.cpp:63
MethodGenerateGeometry
Engine/source/EtRendering/PlanetTech/Triangulator.cpp:82
MethodGenericEventDispatcher
construct destruct ---------------------
Engine/source/EtCore/Util/GenericEventDispatcher.h:45
MethodGetAbsolutePath
--------------------------------- FileUtil::GetAbsolutePath Gets the absolute path relative to the executable
Engine/source/EtCore/FileSystem/FileUtil.cpp:395
MethodGetAccessorData
Engine/source/EtRendering/SceneStructure/GLTF.cpp:1261
MethodGetAngularVelocity
---------------------------------------- RigidBodyComponent::GetAngularVelocity
Engine/source/EtFramework/Components/RigidBodyComponent.cpp:58
MethodGetAsset
Engine/source/EtCore/Content/AssetPointer.h:25
MethodGetAsset
--------------------------------- AssetDatabase::GetAsset Get an asset by its ID
Engine/source/EtCore/Content/AssetDatabase.cpp:193
MethodGetAssetInternal
------------------------------------------- FileResourceManager::GetAssetInternal Tries finding the asset in either asset database
Engine/source/EtEditor/Content/FileResourceManager.cpp:115
MethodGetAssetInternal
------------------------------------------- PackageResourceManager::GetAssetInternal Get an asset by it's template type
Engine/source/EtRuntime/Core/PackageResourceManager.cpp:122
MethodGetAttachment
accessors -----------
Engine/source/EtEditor/Content/ResourceView.h:63
MethodGetAudioListener
Engine/source/EtFramework/SceneGraph/UnifiedScene.h:58
MethodGetBaseMaterial
material interface ---------------------
Engine/source/EtRendering/MaterialSystem/MaterialInstance.h:25
MethodGetBufferLocation
accessors -----------
Engine/source/EtRendering/GlobalRenderingSystems/SharedVarController.h:62
MethodGetButtonFromGlfw
-------------------------------------------- GlfwEventManager::GetButtonFromGlfw Convert the events button to an E_MouseButton for the input manager
Engine/source/EtRuntime/Core/GlfwEventManager.cpp:150
MethodGetButtonFromGtk
--------------------------------- GtkUtil::GetButtonFromGtk Convert GTK mouse button codes to the input managers buttons
Engine/source/EtEditor/Util/GtkUtil.cpp:21
MethodGetChildrenRecursive
--------------------------------- Directory::GetChildrenRecursive Get all children that are files, including in mounted subdirectories
Engine/source/EtCore/FileSystem/Entry.cpp:416
MethodGetCompiledData
Engine/source/EtCore/FileSystem/FileUtil.h:34
MethodGetCompiledResource
--------------------------------- FileUtil::GetCompiledResource Retrieves data stored within the executable through resource compilation
Engine/source/EtCore/FileSystem/FileUtil.cpp:63
MethodGetComponentsAndTypes
-------------------------------------- EcsController::GetComponentsAndTypes
Engine/source/EtFramework/ECS/EcsController.cpp:605
MethodGetCurrent
--------------------------------- ShadedSceneRenderer::GetCurrent Utility function to retrieve the scene renderer for the currently active viewport
Engine/source/EtRendering/SceneRendering/ShadedSceneRenderer.cpp:27
MethodGetCurrentApiContext
--------------------------------- Viewport::GetCurrentApiContext returns the render state of the current viewport
Engine/source/EtRendering/GraphicsContext/Viewport.cpp:25
MethodGetCurrentViewport
--------------------------------- Viewport::GetCurrentViewport
Engine/source/EtRendering/GraphicsContext/Viewport.cpp:34
MethodGetCursorPosition
Engine/source/EtCore/Util/Logger.cpp:53
FunctionGetData
Engine/source/EtCore/Content/Asset.h:153
MethodGetDimensions
--------------------------------- GtkRenderArea::GetDimensions
Engine/source/EtRuntime/Rendering/GlfwRenderArea.cpp:166
MethodGetEntry
--------------------------------- FilePackage::GetEntry Get a package entry from a package using its hashed ID
Engine/source/EtCore/FileSystem/Package/FilePackage.cpp:65
MethodGetEntry
--------------------------------- MemoryPackage::GetEntry Get a package entry from a package using its hashed ID
Engine/source/EtCore/FileSystem/Package/MemoryPackage.cpp:40
MethodGetEntryData
--------------------------------- MemoryPackage::GetEntryData This makes a copy of the data stored in the entry pointer
Engine/source/EtCore/FileSystem/Package/MemoryPackage.cpp:59
MethodGetEntrySize
Engine/source/EtCore/FileSystem/Facade/FileBaseWin.hpp:69
MethodGetFOV
Engine/source/EtRendering/GraphicsTypes/Frustum.h:51
MethodGetFieldOfView
accessors -----------
Engine/source/EtFramework/Components/CameraComponent.h:37
MethodGetFileName
--------------------------------- ScreenshotCapture::GetFileName Find a filename in the screenshot directory that hasn't already been used
Engine/source/EtFramework/Util/ScreenshotCapture.cpp:111
MethodGetGain
accessors -----------
Engine/source/EtFramework/Components/AudioListenerComponent.h:30
FunctionGetId
Engine/source/EtCore/Content/Asset.h:92
MethodGetId
Engine/source/EtCore/Content/AssetDatabase.h:34
MethodGetId
accessors -----------
Engine/source/EtFramework/SceneGraph/SceneDescriptor.h:49
MethodGetId
I_SceneExtension interface ----------------------------
Engine/source/EtRendering/Extensions/OutlineExtension.h:45
MethodGetIdColor
------------------------------ EntityIdRenderer::GetIdColor convert an entities ID to a color
Engine/source/EtEditor/Rendering/EntityIdRenderer.cpp:269
MethodGetInstance
Engine/source/EtCore/Util/Singleton.h:13
MethodGetKeyFromGtk
--------------------------------- GtkUtil::GetButtonFromGtk Convert GTK key codes to the input managers keys
Engine/source/EtEditor/Util/GtkUtil.cpp:38
MethodGetLinuxFileFlags
Engine/source/EtCore/FileSystem/Facade/FileBaseLinux.hpp:40
MethodGetLoadData
-------------------------------------- PackageResourceManager::GetLoadData Retrieve the data for this asset from its package
Engine/source/EtRuntime/Core/PackageResourceManager.cpp:85
MethodGetLocalVelocity
-------------------------------------- RigidBodyComponent::GetLocalVelocity
Engine/source/EtFramework/Components/RigidBodyComponent.cpp:67
MethodGetLocation
accessors -----------
Engine/source/EtRendering/GraphicsTypes/EnvironmentMap.h:23
MethodGetMass
accessors -----------
Engine/source/EtFramework/Components/RigidBodyComponent.h:33
MethodGetMeshContainers
Engine/source/EtRendering/SceneStructure/GLTF.cpp:1326
MethodGetMountedChildRecursive
--------------------------------- Directory::GetMountedChildRecursive
Engine/source/EtCore/FileSystem/Entry.cpp:474
FunctionGetPackageEntryId
Engine/source/EtCore/Content/Asset.h:94
FunctionGetPackageId
Engine/source/EtCore/Content/Asset.h:93
MethodGetParameters
Engine/source/EtRendering/MaterialSystem/MaterialInstance.h:26
MethodGetParent
Engine/source/EtRendering/MaterialSystem/MaterialInstance.h:31
MethodGetPivot
accessors -----------
Engine/source/EtFramework/Components/SpriteComponent.h:38
MethodGetRadInvFOV
Engine/source/EtRendering/GraphicsTypes/Frustum.h:52
FunctionGetRefCount
Engine/source/EtCore/Content/Asset.h:96
MethodGetReferenceIds
--------------------------------- I_Asset::GetReferenceIds Extract a vector of strings from the reference list
Engine/source/EtCore/Content/Asset.cpp:123
MethodGetRelativePath
--------------------------------- FileUtil::GetRelativePath Converts inPath to a path relative to rootPath - assumes both arguments paths are relativ
Engine/source/EtCore/FileSystem/FileUtil.cpp:429
MethodGetRoot
Engine/source/EtCore/FileSystem/Json/JsonParser.h:18
MethodGetSize
------------------------------------ Config::Settings::Window::GetSize Retrieves the initial window size as defined by the config data - may be overr
Engine/source/EtFramework/Config/Config.cpp:49
MethodGetSize
Engine/source/EtFramework/ECS/ComponentSignature.h:26
MethodGetSize
---------------------------- ComponentRegistry::GetSize Size in bytes required to store a component
Engine/source/EtFramework/ECS/ComponentRegistry.cpp:30
MethodGetSize
Engine/source/EtFramework/ECS/Archetype.h:28
MethodGetState
accessors -----------
Engine/source/EtFramework/Components/AudioSourceComponent.h:52
MethodGetTargetFBO
Engine/source/EtRendering/SceneRendering/PostProcessingRenderer.h:30
MethodGetTargetTexture
Engine/source/EtRendering/SceneRendering/PostProcessingRenderer.h:31
MethodGetToolbarContent
------------------------------------ ResourceBrowser::GetToolbarContent Remove controls from internal resource view so that it can be hooked up to th
Engine/source/EtEditor/Tools/ResourceBrowser.cpp:42
MethodGetToolbarContent
------------------------------ Outliner::GetToolbarContent
Engine/source/EtEditor/Tools/Outliner.cpp:92
MethodGetType
Engine/source/EtCore/FileSystem/Entry.h:42
MethodGetType
Entry interface ------------------
Engine/source/EtCore/FileSystem/Entry.h:105
MethodGetType
Engine/source/EtCore/FileSystem/Json/JsonDom.h:33
MethodGetType
Engine/source/EtCore/FileSystem/Json/JsonDom.h:53
MethodGetType
Engine/source/EtCore/FileSystem/Json/JsonDom.h:58
MethodGetType
Engine/source/EtCore/FileSystem/Json/JsonDom.h:65
MethodGetType
Engine/source/EtCore/FileSystem/Json/JsonDom.h:80
MethodGetType
Engine/source/EtRendering/SceneRendering/SplashScreenRenderer.h:36
MethodGetTypeList
---------------------------- ComponentView::GetTypeList List of component types we access
Engine/source/EtFramework/ECS/ComponentView.cpp:72
MethodGetTypeSize
------------------------------------------- AttributeDescriptor::GetTypeSize Gets the size in bytes of an attribute data type
Engine/source/EtRendering/GraphicsTypes/VertexInfo.cpp:34
MethodGetUniformBlockIndex
--------------------------------- GlContext::GetUniformBlockIndex Get the index of a uniform block within a shader
Engine/source/EtRendering/GraphicsContext/GlContextImpl.hpp:1520
MethodGetVelocity
---------------------------------- RigidBodyComponent::GetVelocity
Engine/source/EtFramework/Components/RigidBodyComponent.cpp:49
MethodGetVertexCount
Engine/source/EtRendering/PlanetTech/Patch.h:47
MethodGetVertexFlag
------------------------------------------- AttributeDescriptor::GetVertexFlag Tries retrieving a vertex flag based on its name
Engine/source/EtRendering/GraphicsTypes/VertexInfo.cpp:212
MethodGetVertexSize
------------------------------------- AttributeDescriptor::GetVertexSize Size in bytes for a vertex using flags
Engine/source/EtRendering/GraphicsTypes/VertexInfo.cpp:93
MethodGetVisibleEditor
--------------------------------- EditorAppWindow::GetVisibleEditor Retrieve the editor that is currently visible in the stack
Engine/source/EtEditor/Layout/EditorWindow.cpp:206
MethodGlfwEventManager
ctor dtor ---------------
Engine/source/EtRuntime/Core/GlfwEventManager.h:33
MethodGlfwRenderArea
Engine/source/EtRuntime/Rendering/GlfwRenderArea.h:23
MethodGtkRenderArea
--------------------------------- GtkRenderArea::c-tor Create a Window and an openGL context to draw to the window
Engine/source/EtEditor/Rendering/GtkRenderArea.cpp:85
MethodHRTCast
Engine/source/EtCore/Util/Time.h:44
MethodHasComponent
----------------------------- EcsController::HasComponent
Engine/source/EtFramework/ECS/EcsController.cpp:497
MethodHasScaleChanged
Engine/source/EtFramework/Components/TransformComponent.h:79
MethodHashString
------------------------ HashString::c-tor construct from a pre-hashed value
Engine/source/EtCore/Hashing/HashString.cpp:58
MethodHashString
Engine/source/EtCore/Hashing/HashString.h:44
MethodHashStringRegistry
Engine/source/EtCore/Hashing/HashStringRegistry.h:33
MethodHashStringRegistry
------------------------------ HashStringRegistry::c-tor Init hash map - #todo: 16 buckets for now but we should probably find a better bucket count
Engine/source/EtCore/Hashing/HashStringRegistry.cpp:19
FunctionI_Asset
Construct destruct ---------------------
Engine/source/EtCore/Content/Asset.h:64
← previousnext →801–900 of 1,651, ranked by callers