MCPcopy Create free account

hub / github.com/FlaxEngine/FlaxEngine / functions

Functions40,737 in github.com/FlaxEngine/FlaxEngine

↓ 37 callersMethodFromRGB
<summary> Creates <see cref="Color"/> from the RGB value (bottom bits contain Blue) and separate alpha channel. </summary> <param name="rgb">The packe
Source/Engine/Core/Math/Color.cs:247
↓ 37 callersFunctionGetID
<summary> Gets thread ID </summary>
Source/Engine/Platform/Base/ThreadBase.h:63
↓ 37 callersMethodGetSize
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:6203
↓ 37 callersMethodInvert
Source/Engine/Core/Math/Matrix.cpp:379
↓ 37 callersMethodIsEmpty
<summary> Determines whether this collection is empty. </summary> <returns><c>true</c> if this collection is empty; otherwise, <c>false</c>.</returns>
Source/Engine/Threading/ConcurrentBuffer.h:94
↓ 37 callersFunctionNormalizePath
Source/ThirdParty/tracy/client/TracyCallstack.cpp:904
↓ 37 callersMethodReadString
Source/Engine/Serialization/Stream.cpp:422
↓ 37 callersMethodRender
Source/Engine/Renderer/Renderer.cpp:222
↓ 37 callersMethodResolve
(string path)
Source/Tools/Flax.Build/Utilities/MonoCecil.cs:25
↓ 37 callersMethodSetAll
<summary> Sets all items to the given value </summary> <param name="value">The value to assign to all the collection items.</param>
Source/Engine/Core/Collections/Array.h:433
↓ 37 callersMethodSetParent
Source/Engine/Level/Actor.cpp:299
↓ 37 callersFunctionTruncToInt
Source/Engine/Core/Math/Math.h:190
↓ 37 callersMethodclear
Source/ThirdParty/recastnavigation/DetourNode.cpp:83
↓ 37 callersMethodclear
Clears this buffer. */
Source/ThirdParty/fmt/core.h:1008
↓ 37 callersFunctiondtAlign4
Source/ThirdParty/recastnavigation/DetourCommon.h:465
↓ 37 callersMethodend
Source/ThirdParty/NvCloth/Range.h:128
↓ 37 callersFunctionrcMax
Source/ThirdParty/recastnavigation/Recast.h:667
↓ 36 callersMethodAsFloat4
<summary> Casts the value to the Float4 type. </summary> <returns>Float4</returns>
Source/Engine/Visject/ShaderGraphValue.h:394
↓ 36 callersMethodBuildLayout
<summary> Builds the editors layout. </summary>
Source/Editor/CustomEditors/CustomEditorPresenter.cs:423
↓ 36 callersMethodFromIntPtr
(IntPtr value)
Source/Engine/Engine/NativeInterop.Managed.cs:390
↓ 36 callersFunctionGetThreadHandle
Source/ThirdParty/tracy/client/TracyProfiler.cpp:1334
↓ 36 callersFunctionLoad
Source/Engine/Content/Content.h:256
↓ 36 callersMethodMarkSceneEdited
<summary> Marks the scene as modified. </summary> <param name="scene">The scene.</param>
Source/Editor/Modules/SceneModule.cs:69
↓ 36 callersFunctionOnDisable
Source/Engine/Scripting/Script.h:79
↓ 36 callersMethodSaturate
<summary> Clamps value between 0 and 1 and returns value. </summary> <param name="value">Value to clamp</param> <returns>Result value</returns>
Source/Engine/Core/Math/Mathd.cs:123
↓ 36 callersMethodToString
Source/Engine/Networking/NetworkReplicator.cpp:168
↓ 36 callersFunctiondtSqr
Source/ThirdParty/recastnavigation/DetourCommon.h:67
↓ 36 callersFunctionfmt_debug_printf
Source/ThirdParty/basis_universal/transcoder/basisu.h:110
↓ 36 callersFunctionisKindOf
Source/ThirdParty/PhysX/vehicle/PxVehicleDrive.h:551
↓ 36 callersMethodpush_back
Source/ThirdParty/glslang/Include/arrays.h:128
↓ 36 callersFunctionresize
!!! only sets /last/ bit to value
Source/ThirdParty/PhysX/foundation/PxBitMap.h:189
↓ 35 callersMethodAddItem
<summary> Adds the item. </summary> <param name="item">The item.</param>
Source/Editor/GUI/ComboBox.cs:303
↓ 35 callersMethodDraw
Source/Engine/Renderer/Editor/MaterialComplexity.cpp:120
↓ 35 callersMethodExpand
<summary> Expand track. </summary>
Source/Editor/GUI/Timeline/Track.cs:873
↓ 35 callersMethodGetTransform
Source/Engine/Serialization/JsonTools.cpp:220
↓ 35 callersFunctionInterlockedIncrement
Source/Engine/Platform/Web/WebPlatform.h:54
↓ 35 callersMethodProcess
Source/Editor/Cooker/Steps/CookAssetsStep.cpp:364
↓ 35 callersMethodRGBMultiplied
<summary> Returns the color with RGB channels multiplied by the given scale factor. The alpha channel remains the same. </summary> <param name="multip
Source/Engine/Core/Math/Color.cs:821
↓ 35 callersMethodReadBoolean
<summary> Reads and returns data of type <see cref="Boolean"/> from the message. </summary>
Source/Engine/Networking/NetworkStream.cs:438
↓ 35 callersFunctionScaling
Creates a matrix that scales along the x-axis, y-axis, and y-axis.
Source/Engine/Core/Math/Matrix.h:630
↓ 35 callersMethodSelect
<summary> Selects single tree node. </summary> <param name="node">Node to select.</param>
Source/Editor/GUI/Tree/Tree.cs:141
↓ 35 callersMethodSplit
<summary> Splits the media at the specified frame. </summary> <param name="frame">The frame to split at.</param> <returns>The another media created af
Source/Editor/GUI/Timeline/Media.cs:311
↓ 35 callersMethodToString
<inheritdoc />
Source/Editor/GUI/Timeline/Tracks/EventTrack.cs:169
↓ 35 callersMethodWriteFileIfChanged
<summary> Writes the file contents. Before writing reads the existing file and discards operation if contents are the same. </summary> <param name="pa
Source/Tools/Flax.Build/Utilities/Utilities.cs:785
↓ 35 callersMethodWriteLine
Source/Engine/Utilities/TextWriter.h:59
↓ 35 callersFunctionWriteRect
Source/Engine/Render2D/Render2D.cpp:325
↓ 35 callersFunctionbacktrace_free
Source/ThirdParty/tracy/libbacktrace/alloc.cpp:73
↓ 35 callersMethoddata
Source/ThirdParty/catch2/catch.hpp:13912
↓ 34 callersMethodAddChildMenu
<summary> Adds the child menu. </summary> <param name="text">The text.</param> <returns>Created context menu item control.</returns>
Source/Editor/GUI/ContextMenu/ContextMenu.cs:328
↓ 34 callersMethodAllocateChunk
Source/Engine/ContentImporters/AssetsImportingManager.cpp:178
↓ 34 callersMethodBegin
<summary> Gets iterator for beginning of the collection. </summary>
Source/Engine/Core/Collections/Array.h:1045
↓ 34 callersFunctionBytesToText
Source/Engine/Core/Utilities.h:74
↓ 34 callersMethodComboBox
<summary> Creates new Combo Box element description. </summary> <param name="x">The x location (in node area space).</param> <param name="y">The y loc
Source/Editor/Surface/NodeElementArchetype.cs:431
↓ 34 callersFunctionFMul
Source/ThirdParty/PhysX/foundation/unix/neon/PxUnixNeonInlineAoS.h:650
↓ 34 callersFunctionFMul
Source/ThirdParty/PhysX/foundation/windows/neon/PxWindowsNeonInlineAoS.h:650
↓ 34 callersMethodGetAllocationCallbacks
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:9988
↓ 34 callersMethodGetHeight
Source/Engine/ContentImporters/ImportIES.h:42
↓ 34 callersMethodGetNormalized
<summary> Calculates a normalized vector that has length equal to 1. </summary>
Source/Engine/Core/Math/Vector2.h:230
↓ 34 callersMethodGetObjectType
<summary> Gets the script type of the object. </summary> <param name="o">The object.</param> <returns>The scripting type of that object.</returns>
Source/Editor/Scripting/TypeUtils.cs:25
↓ 34 callersMethodGetPhysicsScene
Source/Engine/Level/Actor.cpp:2160
↓ 34 callersFunctionGetPosition
Source/Engine/Level/Actor.h:488
↓ 34 callersMethodIsNanOrInfinity
Source/Engine/Core/Math/Transform.cpp:27
↓ 34 callersMethodIsOne
<summary> Determines whether the specified value is close to one (1.0f). </summary> <param name="a">The floating value.</param> <returns><c>true</c> i
Source/Engine/Core/Math/Mathd.cs:771
↓ 34 callersMethodLocalCopy
Source/ThirdParty/DirectX12Agility/d3dx12/d3dx12_state_object.h:224
↓ 34 callersFunctionMerge
<summary> Merges the box with the other box. </summary> <param name="box">The other box to add to the box bounds.</param>
Source/Engine/Core/Math/BoundingBox.h:179
↓ 34 callersMethodObject
<summary> Initializes a new instance of the <see cref="Object"/>. </summary>
Source/Engine/Scripting/Object.cs:46
↓ 34 callersFunctionOnDebugDrawSelected
Source/Engine/Scripting/Script.h:135
↓ 34 callersFunctionPIXBeginCPUEventOnContext
Source/ThirdParty/WinPixEventRuntime/PIXEventsGenerated.h:5310
↓ 34 callersFunctionPIXBeginCPUEventOnContextAllocate
Source/ThirdParty/WinPixEventRuntime/PIXEventsGenerated.h:4258
↓ 34 callersFunctionPIXBeginEventAllocate
Source/ThirdParty/WinPixEventRuntime/PIXEventsGenerated.h:16
↓ 34 callersFunctionPIXBeginGPUEventOnContext
Source/ThirdParty/WinPixEventRuntime/PIXEventsCommon.h:528
↓ 34 callersFunctionPIXSetCPUMarkerOnContext
Source/ThirdParty/WinPixEventRuntime/PIXEventsGenerated.h:8366
↓ 34 callersFunctionPIXSetCPUMarkerOnContextAllocate
Source/ThirdParty/WinPixEventRuntime/PIXEventsGenerated.h:7280
↓ 34 callersFunctionPIXSetGPUMarkerOnContext
Source/ThirdParty/WinPixEventRuntime/PIXEventsCommon.h:518
↓ 34 callersFunctionPIXSetMarkerAllocate
Source/ThirdParty/WinPixEventRuntime/PIXEventsGenerated.h:2120
↓ 34 callersMethodSpawnNode
<summary> Spawns the node. </summary> <param name="groupID">The group archetype ID.</param> <param name="typeID">The node archetype ID.</param> <param
Source/Editor/Surface/VisjectSurfaceContext.cs:369
↓ 34 callersFunctionV3Mul
Source/ThirdParty/PhysX/foundation/windows/PxWindowsInlineAoS.h:1038
↓ 34 callersFunctionV4LoadA
Source/ThirdParty/PhysX/foundation/unix/neon/PxUnixNeonInlineAoS.h:485
↓ 34 callersFunctionV4LoadA
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:447
↓ 34 callersFunctionV4LoadA
Source/ThirdParty/PhysX/foundation/windows/neon/PxWindowsNeonInlineAoS.h:485
↓ 34 callersFunctionbacktrace_alloc
Source/ThirdParty/tracy/libbacktrace/alloc.cpp:55
↓ 34 callersFunctionm128_F2I
Source/ThirdParty/PhysX/foundation/unix/sse2/PxUnixSse2InlineAoS.h:56
↓ 34 callersMethodresize
Source/ThirdParty/basis_universal/encoder/basisu_pvrtc1_4.h:199
↓ 34 callersFunctionswap
Source/ThirdParty/basis_universal/transcoder/basisu_containers.h:4332
↓ 33 callersFunctionFindClass
Source/Engine/Scripting/Runtime/Mono.cpp:150
↓ 33 callersMethodFloor
<summary> Returns the largest integer smaller to or equal to f. </summary> <param name="f"></param>
Source/Engine/Core/Math/Mathd.cs:165
↓ 33 callersMethodGet
Source/Engine/Scripting/Runtime/DotNet.cpp:634
↓ 33 callersFunctionIsValid
Checks whether this Guid is valid or not. A Guid that has all its components set to zero is considered invalid.
Source/Engine/Core/Types/Guid.h:116
↓ 33 callersMethodRemove
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5005
↓ 33 callersFunctionRotationQuaternion
<summary> Creates a rotation matrix from a quaternion </summary> <param name="rotation">The quaternion to use to build the matrix.</param> <returns>Th
Source/Engine/Core/Math/Matrix.h:724
↓ 33 callersFunctionToString
Source/Engine/Platform/GDK/GDKInput.cpp:13
↓ 33 callersMethodToStringAnsi
Source/Engine/Core/Types/String.cpp:350
↓ 33 callersMethodWriteNumber
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:5867
↓ 33 callersFunction__NvGetSpecial
returns value of special register - specify subopcode from any of NV_SPECIALOP_* specified in nvShaderExtnEnums.h - other opcodes undefined behavior
Source/ThirdParty/nvapi/nvHLSLExtnsInternal.h:738
↓ 33 callersMethodattribute
Source/ThirdParty/pugixml/pugixml.cpp:4826
↓ 33 callersMethodfind
Source/ThirdParty/catch2/catch.hpp:13968
↓ 33 callersMethodfront
Source/ThirdParty/PhysX/foundation/PxMat33.h:358
↓ 33 callersMethodinsert
Source/ThirdParty/VulkanMemoryAllocator/vk_mem_alloc.h:4509
↓ 33 callersMethodsubstr
Source/ThirdParty/catch2/catch.hpp:13916
↓ 32 callersMethodAdd
()
Source/Editor/Surface/Archetypes/Animation.StateMachine.cs:593
← previousnext →501–600 of 40,737, ranked by callers