MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Begin

Method Begin

Source/Engine/Core/Collections/Array.h:1045–1048  ·  view source on GitHub ↗

Gets iterator for beginning of the collection.

Source from the content-addressed store, hash-verified

1043 /// Gets iterator for beginning of the collection.
1044 /// </summary>
1045 FORCE_INLINE Iterator Begin() const
1046 {
1047 return Iterator(this, 0);
1048 }
1049
1050 /// <summary>
1051 /// Gets iterator for ending of the collection.

Callers 15

LateUpdateMethod · 0.45
DisposeMethod · 0.45
GetAssetMethod · 0.45
ProcessGroupFlowMethod · 0.45
SaveMethod · 0.45
FindAssetMethod · 0.45
GetAllByTypeNameMethod · 0.45
RegisterAssetsMethod · 0.45
RegisterAssetMethod · 0.45
DeleteAssetMethod · 0.45
RenameAssetMethod · 0.45
GetEntryMethod · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected