Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asc-community/MxEngine
/ functions
Functions
2,061 in github.com/asc-community/MxEngine
⨍
Functions
2,061
◇
Types & classes
401
Method
OnWindowUpdate
src/Platform/Modules/GraphicModule.cpp:150
Function
One
src/Utilities/Math/Math.h:313
Function
OneOverPi
src/Utilities/Math/Math.h:361
Function
OneOverRootTwo
src/Utilities/Math/Math.h:391
Function
OneOverTwoPi
src/Utilities/Math/Math.h:367
Method
OpenFileDialog
src/Utilities/FileSystem/FileManager.cpp:40
Method
OpenLogFile
src/Utilities/Logging/Logger.cpp:63
Method
OpenLogFileAppend
src/Utilities/Logging/Logger.cpp:69
Method
ParticleSystem
src/Core/Components/Rendering/ParticleSystem.h:80
Method
Pause
src/Platform/OpenAL/AudioPlayer.cpp:100
Method
Pause
src/Core/Components/Behaviour.cpp:96
Method
PerformExtraSimulationStep
src/Core/Application/Physics.cpp:156
Method
PerformSimulationStep
src/Platform/Modules/PhysicsModule.cpp:73
Function
Pi
src/Utilities/Math/Math.h:319
Method
PointLight
src/Core/Components/Lighting/PointLight.h:47
Method
PointLightInstancedObject
src/Core/Rendering/RenderObjects/PointLightInstancedObject.h:52
Method
PoolAllocator
! creates empty Pool allocator (nullptr chunk pointer, count = 0) */
src/Utilities/Memory/PoolAllocator.h:73
Method
PoolIterator
! construtc new iterator of vector Pool \param index to the element of vector Pool (0 for begin(), Capacity() for end() method
src/Utilities/VectorPool/VectorPool.h:75
Method
PrintCommandHistory
src/Core/Runtime/RuntimeEditor.cpp:67
Function
PrintDebugInformation
src/Platform/OpenGL/GLUtilities.cpp:72
Method
ProtectedFunc
src/Core/Components/Scripting/Scriptable.h:76
Function
QuarterPi
src/Utilities/Math/Math.h:355
Method
RandomAllocator
! creates empty random allocator (first node == last node == nullptr) */
src/Utilities/Memory/RandomAllocator.h:187
Method
Range
src/Utilities/Random/Random.cpp:106
Method
RawAlloc
! returns pointer to raw allocated memory \param bytes minimal requested block size \param align minimal alignment of pointer
src/Utilities/Memory/RandomAllocator.h:229
Method
RawAlloc
! returns pointer to raw allocated memory \param bytes minimal requested block size \param align minimal alignment of pointer
src/Utilities/Memory/StackAllocator.h:132
Method
RawAlloc
! allocates chunks of memory using malloc \param chunkCount number of chunk to allocate \returns pointer to first chunk
src/Utilities/Memory/ChunkAllocator.h:26
Method
RawAlloc
! returns pointer to raw allocated memory \param bytes minimal requested block size \param align minimal alignment of pointer
src/Utilities/Memory/LinearAllocator.h:132
Method
RawFree
! frees raw allocated memory by pointer to its begin \param ptr pointer to deallocate */
src/Utilities/Memory/RandomAllocator.h:257
Method
RawFree
! frees raw allocated memory by pointer to its begin \param ptr pointer to deallocate \warning ptr MUST be a pointer to last a
src/Utilities/Memory/StackAllocator.h:151
Method
RayCast
src/Core/Application/Physics.cpp:123
Method
ReadBytes
src/Utilities/FileSystem/File.cpp:239
Method
Rectangle
src/Core/BoundingObjects/Rectangle.h:43
Function
ReflectHandleGeneric
src/Core/Runtime/ResourceReflection.cpp:81
Function
ReflectHandleImpl
src/Core/Runtime/ResourceReflection.cpp:93
Method
ReflectionMeta
src/Core/Runtime/Reflection.h:94
Method
RegenerateNormals
src/Core/Resources/MeshData.cpp:131
Method
RegenerateTangentSpace
TODO: remove code dublication (see RegenerateNormals())
src/Core/Resources/MeshData.cpp:179
Function
RegisterComponent
src/Core/Components/Components.cpp:36
Method
RegisterComponent
src/Core/Application/Runtime.h:43
Method
RegisterComponent
src/Core/Serialization/SceneSerializer.h:112
Method
RegisterComponentAsCloneable
src/Core/Serialization/SceneSerializer.h:79
Method
RegisterComponentEditor
src/Core/Runtime/RuntimeEditor.h:87
Method
RegisterComponentUpdate
src/Core/Application/Application.h:126
Method
RegisterEventLogger
src/Core/Application/Runtime.h:52
Method
RegisterExistingScripts
src/Core/Runtime/RuntimeCompiler.cpp:360
Method
RegisterExternalResource
src/Utilities/FileSystem/FileManager.cpp:193
Method
RegisterNewScript
src/Core/Runtime/RuntimeCompiler.cpp:374
Method
RemoveComponent
src/Utilities/ECS/Component.h:96
Method
RemoveComponent
src/Core/MxObject/MxObject.h:119
Method
RemoveEventByName
! immediately removes all listeners with same name from list \param callbacks list of listeners callbacks \param name name of
src/Utilities/EventDispatcher/EventDispatcher.h:106
Method
RemoveEventListener
! removes all event listeners by their names \param name name of listeners to be deleted */
src/Utilities/EventDispatcher/EventDispatcher.h:183
Method
RemoveEventListener
! removes all event listeners by their names (action is placed in waiting queue until next frame) \param name name of listeners to be
src/Core/Application/Event.h:67
Method
RemoveRigidBody
src/Core/Application/Physics.cpp:94
Method
RemoveShapeByIndex
src/Core/Components/Physics/CompoundCollider.cpp:66
Method
RemoveVertexLayout
src/Platform/OpenGL/VertexArray.cpp:121
Method
RenderBuffer
src/Platform/OpenGL/RenderBuffer.h:45
Method
RenderBuffer
src/Platform/OpenGL/RenderBuffer.cpp:46
Method
RenderHelperObject
src/Core/Rendering/RenderObjects/RenderHelperObject.h:43
Method
Renderer
src/Platform/OpenGL/Renderer.cpp:71
Method
Repeat
src/Core/Application/Timer.h:80
Method
RepeatAfterDelta
src/Core/Application/Timer.h:86
Method
Replay
src/Core/Components/Audio/AudioSource.cpp:90
Method
Reset
src/Platform/OpenAL/AudioPlayer.cpp:105
Method
ResizeViewport
src/Core/Application/Rendering.cpp:46
Method
Resource
src/Utilities/Factory/FactoryImpl.h:78
Method
RigidBody
src/Core/Components/Physics/RigidBody.h:68
Function
RootFive
src/Utilities/Math/Math.h:439
Function
RootHalfPi
src/Utilities/Math/Math.h:397
Function
RootLnFour
src/Utilities/Math/Math.h:409
Function
RootPi
src/Utilities/Math/Math.h:337
Function
RootThree
src/Utilities/Math/Math.h:433
Function
RootTwo
src/Utilities/Math/Math.h:427
Function
RootTwoPi
src/Utilities/Math/Math.h:403
Function
Rotate
src/Utilities/Math/Math.h:195
Function
RotateAngles
! creates rotation matrix from rottion angles applied as one-by-one \param xRot first rotation applied around x-axis \param yRot second r
src/Utilities/Math/Math.h:690
Method
RotateZ
src/Core/Components/Rendering/Skybox.h:59
Method
RuntimeEditor
src/Core/Runtime/RuntimeEditor.cpp:632
Method
RuntimeEditor
src/Core/Runtime/RuntimeEditor.h:62
Method
SandboxApp
samples/SandboxApplication/Sandbox.cpp:30
Method
Save
src/Core/Application/Scene.cpp:64
Method
SaveFileDialog
src/Utilities/FileSystem/FileManager.cpp:48
Method
SaveImage
src/Utilities/Image/ImageManager.cpp:37
Method
SaveMeshData
src/Utilities/ObjectLoading/ObjectSaver.cpp:96
Method
SaveTexture
src/Utilities/Image/ImageManager.cpp:78
Method
SaveVerteciesIndicies
src/Utilities/ObjectLoading/ObjectSaver.cpp:83
Method
Schedule
src/Core/Application/Timer.h:40
Method
ScopeProfiler
! creates scope profiler and fixes timepoint as start of function call \param profiler reference to json profile logger \param
src/Utilities/Profiler/Profiler.h:119
Method
ScopeTimer
! creates scope timer, writing to debug log stream that the function call is started to execute \param invoker object/class/namespace
src/Utilities/Profiler/Profiler.h:156
Method
Script
src/Core/Components/Scripting/Script.cpp:37
Method
Script
src/Core/Components/Scripting/Script.h:50
Method
SearchFileInDirectory
src/Utilities/FileSystem/FileManager.cpp:141
Method
SearchForExtensionsInDirectory
src/Utilities/FileSystem/FileManager.cpp:126
Method
SearchSubDirectoryInDirectory
src/Utilities/FileSystem/FileManager.cpp:162
Method
Serialize
src/Utilities/StaticSerializer/StaticSerializer.h:50
Method
Serialize
src/Core/Serialization/SceneSerializer.cpp:158
Function
SerializeExtra<InstanceFactory>
src/Core/Serialization/SerializationExtra.cpp:96
Function
SerializeExtra<ScriptDatabase>
src/Core/Serialization/SerializationExtra.cpp:171
Function
SerializeExtra<Texture>
src/Core/Serialization/SerializationExtra.cpp:145
Function
SerializeExtra<VRCameraController>
src/Core/Serialization/SerializationExtra.cpp:125
← previous
next →
1,601–1,700 of 2,061, ranked by callers