Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ functions
Functions
40,737 in github.com/FlaxEngine/FlaxEngine
⨍
Functions
40,737
◇
Types & classes
12,606
↓ 20 callers
Method
ToString
<inheritdoc />
Source/Tools/Flax.Build/Projects/VisualStudio/VisualStudioInstance.cs:201
↓ 20 callers
Method
UnwindDegrees
<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 callers
Function
V4GetW
Source/ThirdParty/PhysX/foundation/unix/neon/PxUnixNeonInlineAoS.h:1972
↓ 20 callers
Function
V4GetW
Source/ThirdParty/PhysX/foundation/windows/neon/PxWindowsNeonInlineAoS.h:1982
↓ 20 callers
Function
V4GetY
Source/ThirdParty/PhysX/foundation/unix/neon/PxUnixNeonInlineAoS.h:1984
↓ 20 callers
Function
V4GetY
Source/ThirdParty/PhysX/foundation/windows/neon/PxWindowsNeonInlineAoS.h:1994
↓ 20 callers
Function
V4GetZ
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:1772
↓ 20 callers
Function
V4GetZ
Source/ThirdParty/PhysX/foundation/windows/PxWindowsInlineAoS.h:1753
↓ 20 callers
Method
Write
Source/Engine/Audio/AudioBackend.h:214
↓ 20 callers
Function
dtStatusSucceed
Returns true of status is success.
Source/ThirdParty/recastnavigation/DetourStatus.h:42
↓ 20 callers
Function
end
Source/ThirdParty/fmt/core.h:564
↓ 20 callers
Function
enet_free
Source/ThirdParty/enet/enet.h:1348
↓ 20 callers
Function
floor
Source/ThirdParty/basis_universal/encoder/cppspmd_sse.h:1451
↓ 20 callers
Function
mz_zip_array_clear
Source/ThirdParty/tinyexr/miniz.cpp:3369
↓ 20 callers
Function
reserve
Source/ThirdParty/fmt/format.h:502
↓ 20 callers
Method
size
Source/ThirdParty/assimp/IOStreamBuffer.h:190
↓ 20 callers
Function
stbi__get32be
Source/ThirdParty/stb/stb_image.h:1644
↓ 20 callers
Function
stbi__malloc
Source/ThirdParty/stb/stb_image.h:948
↓ 20 callers
Method
unlock
Source/ThirdParty/tracy/client/TracyLock.hpp:199
↓ 19 callers
Method
Add
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5589
↓ 19 callers
Method
AddZeroed
<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 callers
Method
Back
<summary> Gets bottom first element form collection </summary>
Source/Engine/Core/Collections/CircularBuffer.cs:306
↓ 19 callers
Method
BeginObject
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5726
↓ 19 callers
Method
Bool
Source/Engine/Serialization/JsonWriters.h:53
↓ 19 callers
Method
Clear
Source/Engine/Networking/NetworkReplicator.cpp:124
↓ 19 callers
Method
DistanceSquared
<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 callers
Method
EndObject
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5740
↓ 19 callers
Method
EndSendMessage
Source/Engine/Networking/NetworkPeer.cpp:167
↓ 19 callers
Method
EnsureCapacity
<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 callers
Method
ExceptionExpected
<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 callers
Function
FAdd
Source/ThirdParty/PhysX/foundation/PxVecMathAoSScalarInline.h:373
↓ 19 callers
Method
Get
<summary> Gets the pointer to the first item in the collection (linear allocation). </summary>
Source/Engine/Renderer/RenderListBuffer.h:162
↓ 19 callers
Function
GetBool
<summary> Returns a random boolean. </summary>
Source/Engine/Engine/RandomStream.cs:90
↓ 19 callers
Function
GetPosition
Source/Engine/Platform/Base/WindowBase.h:272
↓ 19 callers
Method
Log
<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 callers
Method
MarkAsEdited
<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 callers
Method
Merge
Source/Engine/Core/Math/BoundingSphere.cpp:157
↓ 19 callers
Function
Mod
Source/Engine/Core/Math/Math.h:160
↓ 19 callers
Function
New3D
<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 callers
Method
NormalizePath
Source/Engine/Platform/Base/FileSystemBase.cpp:94
↓ 19 callers
Method
Position
<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 callers
Method
ReadDouble
<summary> Reads and returns data of type <see cref="Double"/> from the message. </summary>
Source/Engine/Networking/NetworkStream.cs:226
↓ 19 callers
Function
Round
Source/Engine/Core/Math/Math.h:50
↓ 19 callers
Method
SortChildren
<summary> Sort child controls list </summary>
Source/Engine/UI/GUI/ContainerControl.cs:391
↓ 19 callers
Method
Take
Source/ThirdParty/rapidjson/encodedstream.h:157
↓ 19 callers
Method
ToString
Source/Engine/Scripting/Script.cpp:242
↓ 19 callers
Method
ToString
<inheritdoc />
Source/Tools/Flax.Build/Projects/VisualStudio/VisualStudioProjectGenerator.cs:258
↓ 19 callers
Function
V3Scale
Source/ThirdParty/PhysX/foundation/PxVecMathAoSScalarInline.h:632
↓ 19 callers
Function
V4GetW
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:1757
↓ 19 callers
Function
V4GetW
Source/ThirdParty/PhysX/foundation/windows/PxWindowsInlineAoS.h:1738
↓ 19 callers
Function
V4GetY
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:1767
↓ 19 callers
Function
V4GetY
Source/ThirdParty/PhysX/foundation/windows/PxWindowsInlineAoS.h:1748
↓ 19 callers
Method
WriteByte
<summary> Writes data of type <see cref="Byte"/> into the message. </summary>
Source/Engine/Networking/NetworkStream.cs:182
↓ 19 callers
Function
WriteInt32
Writes int32 to the stream.
Source/Engine/Serialization/WriteStream.h:77
↓ 19 callers
Method
WriteStrAnsi
(this BinaryWriter stream, string str, int check)
Source/Editor/Utilities/Utils.cs:627
↓ 19 callers
Function
__NvReferenceUAVForOp
Source/ThirdParty/nvapi/nvHLSLExtnsInternal.h:87
↓ 19 callers
Function
_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 callers
Method
begin
Source/ThirdParty/NvCloth/Range.h:122
↓ 19 callers
Method
begin
Source/ThirdParty/tracy/client/TracyFastVector.hpp:44
↓ 19 callers
Function
clamp
Source/ThirdParty/basis_universal/transcoder/basisu_astc_helpers.h:2035
↓ 19 callers
Function
dtMathFloorf
Source/ThirdParty/recastnavigation/DetourMath.h:14
↓ 19 callers
Method
erase
Source/ThirdParty/NvCloth/ps/PsHashInternals.h:146
↓ 19 callers
Method
find
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 callers
Method
high
Source/ThirdParty/fmt/format.h:326
↓ 19 callers
Method
passFilter
Source/ThirdParty/recastnavigation/DetourNavMeshQuery.cpp:72
↓ 19 callers
Function
reset
Source/ThirdParty/PhysX/foundation/PxBitMap.h:120
↓ 19 callers
Function
sort
Source/ThirdParty/pugixml/pugixml.cpp:6517
↓ 18 callers
Method
AddActor
Source/Engine/Level/Scene/SceneRendering.cpp:164
↓ 18 callers
Method
AddPropertyItem
()
Source/Editor/CustomEditors/LayoutElementsContainer.cs:737
↓ 18 callers
Method
AddSeparator
<summary> Adds the separator. </summary>
Source/Editor/GUI/ContextMenu/ContextMenu.cs:340
↓ 18 callers
Method
AreNotEqual
(T expected, T actual)
Source/Engine/Debug/Assert.cs:197
↓ 18 callers
Method
ArraySize
Source/ThirdParty/DirectX12Agility/d3dx12/d3dx12_core.h:1394
↓ 18 callers
Function
Begin
Source/Engine/Core/Collections/HashSet.h:567
↓ 18 callers
Method
CeilToInt
<summary> Returns the smallest integer greater to or equal to f. </summary> <param name="f"></param>
Source/Engine/Core/Math/Mathd.cs:113
↓ 18 callers
Method
ChangeID
Source/Engine/Content/Asset.cpp:375
↓ 18 callers
Method
DirectoryDelete
(DirectoryInfo dir)
Source/Tools/Flax.Build/Utilities/Utilities.cs:249
↓ 18 callers
Function
DoDragDrop
Source/Engine/Platform/Base/WindowBase.h:434
↓ 18 callers
Method
Evaluate
<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 callers
Method
FromPoints
Source/Engine/Core/Math/Rectangle.cpp:95
↓ 18 callers
Method
Front
<summary> Gets top first element form collection </summary>
Source/Engine/Core/Collections/CircularBuffer.cs:296
↓ 18 callers
Method
Get
<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 callers
Method
GetCharPosition
Source/Engine/Render2D/Font.cpp:408
↓ 18 callers
Method
GetCurveValue
(ref bool value, int component)
Source/Editor/GUI/CurveEditor.Access.cs:80
↓ 18 callers
Method
GetDragData
<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 callers
Method
GetDuration
Source/Engine/Animations/SceneAnimations/SceneAnimation.cpp:27
↓ 18 callers
Method
GetGenericArguments
<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 callers
Method
GetSize
Source/Engine/Core/Math/OrientedBoundingBox.cpp:92
↓ 18 callers
Method
GetType
Source/Engine/Scripting/ManagedCLR/MUtils.cpp:1023
↓ 18 callers
Method
Hide
<inheritdoc />
Source/Editor/GUI/CurveEditor.cs:133
↓ 18 callers
Function
Import
<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 callers
Method
IncrementNameNumber
<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 callers
Method
Init
Source/Engine/Renderer/Renderer.cpp:72
↓ 18 callers
Function
InterlockedAdd
Source/Engine/Platform/Web/WebPlatform.h:62
↓ 18 callers
Method
IsEmpty
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:6415
↓ 18 callers
Method
IsReady
Source/Engine/Engine/Engine.cpp:431
↓ 18 callers
Method
IsSubClassOf
Source/Engine/Scripting/Runtime/Mono.cpp:1313
↓ 18 callers
Method
IsSubClassOf
Source/Engine/Level/Actor.cpp:180
↓ 18 callers
Method
Left
Source/Engine/Core/Types/StringView.cpp:29
↓ 18 callers
Method
LogWrite
<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 callers
Function
Move
Source/Engine/Serialization/MemoryReadStream.h:92
← previous
next →
1,001–1,100 of 40,737, ranked by callers