Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ First
Method
First
Source/Engine/Core/Collections/SamplesBuffer.h:95–99 ·
view source on GitHub ↗
Gets the first element value.
Source
from the content-addressed store, hash-verified
93
/// Gets the first element value.
94
/// </summary>
95
FORCE_INLINE T First() const
96
{
97
ASSERT(HasItems());
98
return _data[0];
99
}
100
101
/// <summary>
102
/// Gets last element value.
Callers
15
GetRootGraph
Method · 0.45
Update
Method · 0.45
Bind
Method · 0.45
LoadAssemblyImage
Method · 0.45
EngineService
Method · 0.45
HitTestText
Method · 0.45
FindDistanceToWall
Method · 0.45
FindPath
Method · 0.45
TestPath
Method · 0.45
FindClosestPoint
Method · 0.45
FindRandomPoint
Method · 0.45
FindRandomPointAroundCircle
Method · 0.45
Calls
1
HasItems
Function · 0.85
Tested by
1
TestPath
Method · 0.36