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

Function getChunksToPreload

Source/Engine/Content/BinaryAsset.h:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 /// </summary>
146 /// <returns>Chunks to load flags</returns>
147 virtual AssetChunksFlag getChunksToPreload() const
148 {
149 return 0;
150 }
151
152public:
153 /// <summary>

Callers 4

getChunksToPreloadMethod · 0.85
createLoadingTaskMethod · 0.85
loadAssetMethod · 0.85
getChunksToPreloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected