Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
public:
153
/// <summary>
Callers
4
getChunksToPreload
Method · 0.85
createLoadingTask
Method · 0.85
loadAsset
Method · 0.85
getChunksToPreload
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected