MCPcopy Create free account

hub / github.com/asc-community/MxEngine / functions

Functions2,061 in github.com/asc-community/MxEngine

MethodOnWindowUpdate
src/Platform/Modules/GraphicModule.cpp:150
FunctionOne
src/Utilities/Math/Math.h:313
FunctionOneOverPi
src/Utilities/Math/Math.h:361
FunctionOneOverRootTwo
src/Utilities/Math/Math.h:391
FunctionOneOverTwoPi
src/Utilities/Math/Math.h:367
MethodOpenFileDialog
src/Utilities/FileSystem/FileManager.cpp:40
MethodOpenLogFile
src/Utilities/Logging/Logger.cpp:63
MethodOpenLogFileAppend
src/Utilities/Logging/Logger.cpp:69
MethodParticleSystem
src/Core/Components/Rendering/ParticleSystem.h:80
MethodPause
src/Platform/OpenAL/AudioPlayer.cpp:100
MethodPause
src/Core/Components/Behaviour.cpp:96
MethodPerformExtraSimulationStep
src/Core/Application/Physics.cpp:156
MethodPerformSimulationStep
src/Platform/Modules/PhysicsModule.cpp:73
FunctionPi
src/Utilities/Math/Math.h:319
MethodPointLight
src/Core/Components/Lighting/PointLight.h:47
MethodPointLightInstancedObject
src/Core/Rendering/RenderObjects/PointLightInstancedObject.h:52
MethodPoolAllocator
! creates empty Pool allocator (nullptr chunk pointer, count = 0) */
src/Utilities/Memory/PoolAllocator.h:73
MethodPoolIterator
! 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
MethodPrintCommandHistory
src/Core/Runtime/RuntimeEditor.cpp:67
FunctionPrintDebugInformation
src/Platform/OpenGL/GLUtilities.cpp:72
MethodProtectedFunc
src/Core/Components/Scripting/Scriptable.h:76
FunctionQuarterPi
src/Utilities/Math/Math.h:355
MethodRandomAllocator
! creates empty random allocator (first node == last node == nullptr) */
src/Utilities/Memory/RandomAllocator.h:187
MethodRange
src/Utilities/Random/Random.cpp:106
MethodRawAlloc
! returns pointer to raw allocated memory \param bytes minimal requested block size \param align minimal alignment of pointer
src/Utilities/Memory/RandomAllocator.h:229
MethodRawAlloc
! returns pointer to raw allocated memory \param bytes minimal requested block size \param align minimal alignment of pointer
src/Utilities/Memory/StackAllocator.h:132
MethodRawAlloc
! allocates chunks of memory using malloc \param chunkCount number of chunk to allocate \returns pointer to first chunk
src/Utilities/Memory/ChunkAllocator.h:26
MethodRawAlloc
! returns pointer to raw allocated memory \param bytes minimal requested block size \param align minimal alignment of pointer
src/Utilities/Memory/LinearAllocator.h:132
MethodRawFree
! frees raw allocated memory by pointer to its begin \param ptr pointer to deallocate */
src/Utilities/Memory/RandomAllocator.h:257
MethodRawFree
! 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
MethodRayCast
src/Core/Application/Physics.cpp:123
MethodReadBytes
src/Utilities/FileSystem/File.cpp:239
MethodRectangle
src/Core/BoundingObjects/Rectangle.h:43
FunctionReflectHandleGeneric
src/Core/Runtime/ResourceReflection.cpp:81
FunctionReflectHandleImpl
src/Core/Runtime/ResourceReflection.cpp:93
MethodReflectionMeta
src/Core/Runtime/Reflection.h:94
MethodRegenerateNormals
src/Core/Resources/MeshData.cpp:131
MethodRegenerateTangentSpace
TODO: remove code dublication (see RegenerateNormals())
src/Core/Resources/MeshData.cpp:179
FunctionRegisterComponent
src/Core/Components/Components.cpp:36
MethodRegisterComponent
src/Core/Application/Runtime.h:43
MethodRegisterComponent
src/Core/Serialization/SceneSerializer.h:112
MethodRegisterComponentAsCloneable
src/Core/Serialization/SceneSerializer.h:79
MethodRegisterComponentEditor
src/Core/Runtime/RuntimeEditor.h:87
MethodRegisterComponentUpdate
src/Core/Application/Application.h:126
MethodRegisterEventLogger
src/Core/Application/Runtime.h:52
MethodRegisterExistingScripts
src/Core/Runtime/RuntimeCompiler.cpp:360
MethodRegisterExternalResource
src/Utilities/FileSystem/FileManager.cpp:193
MethodRegisterNewScript
src/Core/Runtime/RuntimeCompiler.cpp:374
MethodRemoveComponent
src/Utilities/ECS/Component.h:96
MethodRemoveComponent
src/Core/MxObject/MxObject.h:119
MethodRemoveEventByName
! 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
MethodRemoveEventListener
! removes all event listeners by their names \param name name of listeners to be deleted */
src/Utilities/EventDispatcher/EventDispatcher.h:183
MethodRemoveEventListener
! 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
MethodRemoveRigidBody
src/Core/Application/Physics.cpp:94
MethodRemoveShapeByIndex
src/Core/Components/Physics/CompoundCollider.cpp:66
MethodRemoveVertexLayout
src/Platform/OpenGL/VertexArray.cpp:121
MethodRenderBuffer
src/Platform/OpenGL/RenderBuffer.h:45
MethodRenderBuffer
src/Platform/OpenGL/RenderBuffer.cpp:46
MethodRenderHelperObject
src/Core/Rendering/RenderObjects/RenderHelperObject.h:43
MethodRenderer
src/Platform/OpenGL/Renderer.cpp:71
MethodRepeat
src/Core/Application/Timer.h:80
MethodRepeatAfterDelta
src/Core/Application/Timer.h:86
MethodReplay
src/Core/Components/Audio/AudioSource.cpp:90
MethodReset
src/Platform/OpenAL/AudioPlayer.cpp:105
MethodResizeViewport
src/Core/Application/Rendering.cpp:46
MethodResource
src/Utilities/Factory/FactoryImpl.h:78
MethodRigidBody
src/Core/Components/Physics/RigidBody.h:68
FunctionRootFive
src/Utilities/Math/Math.h:439
FunctionRootHalfPi
src/Utilities/Math/Math.h:397
FunctionRootLnFour
src/Utilities/Math/Math.h:409
FunctionRootPi
src/Utilities/Math/Math.h:337
FunctionRootThree
src/Utilities/Math/Math.h:433
FunctionRootTwo
src/Utilities/Math/Math.h:427
FunctionRootTwoPi
src/Utilities/Math/Math.h:403
FunctionRotate
src/Utilities/Math/Math.h:195
FunctionRotateAngles
! 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
MethodRotateZ
src/Core/Components/Rendering/Skybox.h:59
MethodRuntimeEditor
src/Core/Runtime/RuntimeEditor.cpp:632
MethodRuntimeEditor
src/Core/Runtime/RuntimeEditor.h:62
MethodSandboxApp
samples/SandboxApplication/Sandbox.cpp:30
MethodSave
src/Core/Application/Scene.cpp:64
MethodSaveFileDialog
src/Utilities/FileSystem/FileManager.cpp:48
MethodSaveImage
src/Utilities/Image/ImageManager.cpp:37
MethodSaveMeshData
src/Utilities/ObjectLoading/ObjectSaver.cpp:96
MethodSaveTexture
src/Utilities/Image/ImageManager.cpp:78
MethodSaveVerteciesIndicies
src/Utilities/ObjectLoading/ObjectSaver.cpp:83
MethodSchedule
src/Core/Application/Timer.h:40
MethodScopeProfiler
! 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
MethodScopeTimer
! 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
MethodScript
src/Core/Components/Scripting/Script.cpp:37
MethodScript
src/Core/Components/Scripting/Script.h:50
MethodSearchFileInDirectory
src/Utilities/FileSystem/FileManager.cpp:141
MethodSearchForExtensionsInDirectory
src/Utilities/FileSystem/FileManager.cpp:126
MethodSearchSubDirectoryInDirectory
src/Utilities/FileSystem/FileManager.cpp:162
MethodSerialize
src/Utilities/StaticSerializer/StaticSerializer.h:50
MethodSerialize
src/Core/Serialization/SceneSerializer.cpp:158
FunctionSerializeExtra<InstanceFactory>
src/Core/Serialization/SerializationExtra.cpp:96
FunctionSerializeExtra<ScriptDatabase>
src/Core/Serialization/SerializationExtra.cpp:171
FunctionSerializeExtra<Texture>
src/Core/Serialization/SerializationExtra.cpp:145
FunctionSerializeExtra<VRCameraController>
src/Core/Serialization/SerializationExtra.cpp:125
← previousnext →1,601–1,700 of 2,061, ranked by callers