MCPcopy Create free account

hub / github.com/FlaxEngine/FlaxEngine / functions

Functions40,737 in github.com/FlaxEngine/FlaxEngine

↓ 20 callersMethodToString
<inheritdoc />
Source/Tools/Flax.Build/Projects/VisualStudio/VisualStudioInstance.cs:201
↓ 20 callersMethodUnwindDegrees
<summary> Utility to ensure angle is between +/- 180 degrees by unwinding. </summary> <remarks>Optimized version of <see cref="UnwindDegreesAccurate"/
Source/Engine/Core/Math/Mathd.cs:909
↓ 20 callersFunctionV4GetW
Source/ThirdParty/PhysX/foundation/unix/neon/PxUnixNeonInlineAoS.h:1972
↓ 20 callersFunctionV4GetW
Source/ThirdParty/PhysX/foundation/windows/neon/PxWindowsNeonInlineAoS.h:1982
↓ 20 callersFunctionV4GetY
Source/ThirdParty/PhysX/foundation/unix/neon/PxUnixNeonInlineAoS.h:1984
↓ 20 callersFunctionV4GetY
Source/ThirdParty/PhysX/foundation/windows/neon/PxWindowsNeonInlineAoS.h:1994
↓ 20 callersFunctionV4GetZ
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:1772
↓ 20 callersFunctionV4GetZ
Source/ThirdParty/PhysX/foundation/windows/PxWindowsInlineAoS.h:1753
↓ 20 callersMethodWrite
Source/Engine/Audio/AudioBackend.h:214
↓ 20 callersFunctiondtStatusSucceed
Returns true of status is success.
Source/ThirdParty/recastnavigation/DetourStatus.h:42
↓ 20 callersFunctionend
Source/ThirdParty/fmt/core.h:564
↓ 20 callersFunctionenet_free
Source/ThirdParty/enet/enet.h:1348
↓ 20 callersFunctionfloor
Source/ThirdParty/basis_universal/encoder/cppspmd_sse.h:1451
↓ 20 callersFunctionmz_zip_array_clear
Source/ThirdParty/tinyexr/miniz.cpp:3369
↓ 20 callersFunctionreserve
Source/ThirdParty/fmt/format.h:502
↓ 20 callersMethodsize
Source/ThirdParty/assimp/IOStreamBuffer.h:190
↓ 20 callersFunctionstbi__get32be
Source/ThirdParty/stb/stb_image.h:1644
↓ 20 callersFunctionstbi__malloc
Source/ThirdParty/stb/stb_image.h:948
↓ 20 callersMethodunlock
Source/ThirdParty/tracy/client/TracyLock.hpp:199
↓ 19 callersMethodAdd
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5589
↓ 19 callersMethodAddZeroed
<summary> Adds the new items to the end of the collection, possibly reallocating the whole collection to fit. The new items will be zeroed. </summary>
Source/Engine/Core/Collections/Array.h:547
↓ 19 callersMethodBack
<summary> Gets bottom first element form collection </summary>
Source/Engine/Core/Collections/CircularBuffer.cs:306
↓ 19 callersMethodBeginObject
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5726
↓ 19 callersMethodBool
Source/Engine/Serialization/JsonWriters.h:53
↓ 19 callersMethodClear
Source/Engine/Networking/NetworkReplicator.cpp:124
↓ 19 callersMethodDistanceSquared
<summary> Calculates the squared distance between two vectors. </summary> <param name="value1">The first vector.</param> <param name="value2">The seco
Source/Engine/Core/Math/Int3.cs:533
↓ 19 callersMethodEndObject
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5740
↓ 19 callersMethodEndSendMessage
Source/Engine/Networking/NetworkPeer.cpp:167
↓ 19 callersMethodEnsureCapacity
<summary> Ensures that the buffer has the given the capacity (equal or more). Preserves the existing items by copy operation. </summary> <param name="
Source/Engine/Threading/ConcurrentBuffer.h:294
↓ 19 callersMethodExceptionExpected
<summary> Expect action to fail </summary> <param name="exceptionType">Type of exception to expect</param> <param name="action">Action to expect</para
Source/Engine/Debug/Assert.cs:337
↓ 19 callersFunctionFAdd
Source/ThirdParty/PhysX/foundation/PxVecMathAoSScalarInline.h:373
↓ 19 callersMethodGet
<summary> Gets the pointer to the first item in the collection (linear allocation). </summary>
Source/Engine/Renderer/RenderListBuffer.h:162
↓ 19 callersFunctionGetBool
<summary> Returns a random boolean. </summary>
Source/Engine/Engine/RandomStream.cs:90
↓ 19 callersFunctionGetPosition
Source/Engine/Platform/Base/WindowBase.h:272
↓ 19 callersMethodLog
<summary> Logs message to the Flax Console. </summary> <param name="message">String or object to be converted to string representation for display.</p
Source/Engine/Engine/Debug.cs:136
↓ 19 callersMethodMarkAsEdited
<summary> Mark surface as edited. </summary> <param name="graphEdited">True if graph has been edited (nodes structure or parameter value).</param>
Source/Editor/Surface/VisjectSurface.cs:708
↓ 19 callersMethodMerge
Source/Engine/Core/Math/BoundingSphere.cpp:157
↓ 19 callersFunctionMod
Source/Engine/Core/Math/Math.h:160
↓ 19 callersFunctionNew3D
<summary> Creates a new <see cref="GPUTextureDescription" /> with a single mipmap. </summary> <param name="width">The width.</param> <param name="heig
Source/Engine/Graphics/Textures/GPUTextureDescription.h:328
↓ 19 callersMethodNormalizePath
Source/Engine/Platform/Base/FileSystemBase.cpp:94
↓ 19 callersMethodPosition
<summary> Access stream with vertex position attribute. </summary> <returns>Mesh data stream (might be invalid if attribute is not provided).</returns
Source/Engine/Graphics/Models/MeshAccessor.cs:716
↓ 19 callersMethodReadDouble
<summary> Reads and returns data of type <see cref="Double"/> from the message. </summary>
Source/Engine/Networking/NetworkStream.cs:226
↓ 19 callersFunctionRound
Source/Engine/Core/Math/Math.h:50
↓ 19 callersMethodSortChildren
<summary> Sort child controls list </summary>
Source/Engine/UI/GUI/ContainerControl.cs:391
↓ 19 callersMethodTake
Source/ThirdParty/rapidjson/encodedstream.h:157
↓ 19 callersMethodToString
Source/Engine/Scripting/Script.cpp:242
↓ 19 callersMethodToString
<inheritdoc />
Source/Tools/Flax.Build/Projects/VisualStudio/VisualStudioProjectGenerator.cs:258
↓ 19 callersFunctionV3Scale
Source/ThirdParty/PhysX/foundation/PxVecMathAoSScalarInline.h:632
↓ 19 callersFunctionV4GetW
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:1757
↓ 19 callersFunctionV4GetW
Source/ThirdParty/PhysX/foundation/windows/PxWindowsInlineAoS.h:1738
↓ 19 callersFunctionV4GetY
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:1767
↓ 19 callersFunctionV4GetY
Source/ThirdParty/PhysX/foundation/windows/PxWindowsInlineAoS.h:1748
↓ 19 callersMethodWriteByte
<summary> Writes data of type <see cref="Byte"/> into the message. </summary>
Source/Engine/Networking/NetworkStream.cs:182
↓ 19 callersFunctionWriteInt32
Writes int32 to the stream.
Source/Engine/Serialization/WriteStream.h:77
↓ 19 callersMethodWriteStrAnsi
(this BinaryWriter stream, string str, int check)
Source/Editor/Utilities/Utils.cs:627
↓ 19 callersFunction__NvReferenceUAVForOp
Source/ThirdParty/nvapi/nvHLSLExtnsInternal.h:87
↓ 19 callersFunction_rpmalloc_span_unmap
Unmap memory pages for the given number of spans (or mark as unused if no partial unmappings)
Source/ThirdParty/tracy/client/tracy_rpmalloc.cpp:1194
↓ 19 callersMethodbegin
Source/ThirdParty/NvCloth/Range.h:122
↓ 19 callersMethodbegin
Source/ThirdParty/tracy/client/TracyFastVector.hpp:44
↓ 19 callersFunctionclamp
Source/ThirdParty/basis_universal/transcoder/basisu_astc_helpers.h:2035
↓ 19 callersFunctiondtMathFloorf
Source/ThirdParty/recastnavigation/DetourMath.h:14
↓ 19 callersMethoderase
Source/ThirdParty/NvCloth/ps/PsHashInternals.h:146
↓ 19 callersMethodfind
Normal find of a symbol, that can optionally say whether the symbol was found at a built-in level or the current top-scope level.
Source/ThirdParty/glslang/MachineIndependent/SymbolTable.h:740
↓ 19 callersMethodhigh
Source/ThirdParty/fmt/format.h:326
↓ 19 callersMethodpassFilter
Source/ThirdParty/recastnavigation/DetourNavMeshQuery.cpp:72
↓ 19 callersFunctionreset
Source/ThirdParty/PhysX/foundation/PxBitMap.h:120
↓ 19 callersFunctionsort
Source/ThirdParty/pugixml/pugixml.cpp:6517
↓ 18 callersMethodAddActor
Source/Engine/Level/Scene/SceneRendering.cpp:164
↓ 18 callersMethodAddPropertyItem
()
Source/Editor/CustomEditors/LayoutElementsContainer.cs:737
↓ 18 callersMethodAddSeparator
<summary> Adds the separator. </summary>
Source/Editor/GUI/ContextMenu/ContextMenu.cs:340
↓ 18 callersMethodAreNotEqual
(T expected, T actual)
Source/Engine/Debug/Assert.cs:197
↓ 18 callersMethodArraySize
Source/ThirdParty/DirectX12Agility/d3dx12/d3dx12_core.h:1394
↓ 18 callersFunctionBegin
Source/Engine/Core/Collections/HashSet.h:567
↓ 18 callersMethodCeilToInt
<summary> Returns the smallest integer greater to or equal to f. </summary> <param name="f"></param>
Source/Engine/Core/Math/Mathd.cs:113
↓ 18 callersMethodChangeID
Source/Engine/Content/Asset.cpp:375
↓ 18 callersMethodDirectoryDelete
(DirectoryInfo dir)
Source/Tools/Flax.Build/Utilities/Utilities.cs:249
↓ 18 callersFunctionDoDragDrop
Source/Engine/Platform/Base/WindowBase.h:434
↓ 18 callersMethodEvaluate
<summary> Evaluates the animation curve value at the specified time. </summary> <param name="result">The interpolated value from the curve at provided
Source/Engine/Animations/Curve.h:629
↓ 18 callersMethodFromPoints
Source/Engine/Core/Math/Rectangle.cpp:95
↓ 18 callersMethodFront
<summary> Gets top first element form collection </summary>
Source/Engine/Core/Collections/CircularBuffer.cs:296
↓ 18 callersMethodGet
<summary> Gets the event at the specified index. </summary> <param name="index">The index.</param> <returns>The event</returns>
Source/Engine/Profiler/ProfilerGPU.h:102
↓ 18 callersMethodGetCharPosition
Source/Engine/Render2D/Font.cpp:408
↓ 18 callersMethodGetCurveValue
(ref bool value, int component)
Source/Editor/GUI/CurveEditor.Access.cs:80
↓ 18 callersMethodGetDragData
<summary> Gets the drag data. </summary> <param name="dragPrefix">The drag dat prefix.</param> <param name="name">The name.</param> <returns>The data.
Source/Editor/GUI/Drag/DragNames.cs:58
↓ 18 callersMethodGetDuration
Source/Engine/Animations/SceneAnimations/SceneAnimation.cpp:27
↓ 18 callersMethodGetGenericArguments
<summary> Returns an array of type objects that represent the type arguments of a closed generic type or the type parameters of a generic type definit
Source/Editor/Scripting/ScriptType.cs:1139
↓ 18 callersMethodGetSize
Source/Engine/Core/Math/OrientedBoundingBox.cpp:92
↓ 18 callersMethodGetType
Source/Engine/Scripting/ManagedCLR/MUtils.cpp:1023
↓ 18 callersMethodHide
<inheritdoc />
Source/Editor/GUI/CurveEditor.cs:133
↓ 18 callersFunctionImport
<summary> Imports file and creates asset. If asset already exists overwrites it's contents. </summary> <param name="inputPath">The input path.</param>
Source/Engine/ContentImporters/AssetsImportingManager.h:210
↓ 18 callersMethodIncrementNameNumber
<summary> Tries to parse number in the name brackets at the end of the value and then increment it to create a new name. Supports numbers at the end w
Source/Editor/Utilities/Utils.cs:68
↓ 18 callersMethodInit
Source/Engine/Renderer/Renderer.cpp:72
↓ 18 callersFunctionInterlockedAdd
Source/Engine/Platform/Web/WebPlatform.h:62
↓ 18 callersMethodIsEmpty
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:6415
↓ 18 callersMethodIsReady
Source/Engine/Engine/Engine.cpp:431
↓ 18 callersMethodIsSubClassOf
Source/Engine/Scripting/Runtime/Mono.cpp:1313
↓ 18 callersMethodIsSubClassOf
Source/Engine/Level/Actor.cpp:180
↓ 18 callersMethodLeft
Source/Engine/Core/Types/StringView.cpp:29
↓ 18 callersMethodLogWrite
<summary> Logs the raw message to the log. </summary> <param name="logType">Type of the log message. Not: fatal will stop the engine. Error may show a
Source/Engine/Engine/ILogHandler.cs:27
↓ 18 callersFunctionMove
Source/Engine/Serialization/MemoryReadStream.h:92
← previousnext →1,001–1,100 of 40,737, ranked by callers