Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsNotEnd
Method
IsNotEnd
Source/Engine/Core/Collections/Array.h:971–974 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
969
}
970
971
FORCE_INLINE bool IsNotEnd() const
972
{
973
return _index != _array->_count;
974
}
975
976
FORCE_INLINE T& operator*() const
977
{
Callers
15
UpdateCascadeChunks
Method · 0.45
Render
Method · 0.45
ClearDynamic
Method · 0.45
ClearStatic
Method · 0.45
SetupShadows
Method · 0.45
CompactObjects
Method · 0.45
Render
Method · 0.45
cacheStaticGeometryTree
Function · 0.45
RemoveFoliageType
Method · 0.45
GetFoliageTypeInstancesCount
Method · 0.45
OnFoliageTypeModelLoaded
Method · 0.45
RebuildClusters
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected