Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ CancelStreamingTasks
Method
CancelStreamingTasks
Source/Engine/Content/Assets/ModelBase.cpp:1003–1010 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1001
}
1002
1003
void ModelBase::CancelStreamingTasks()
1004
{
1005
if (_streamingTask)
1006
{
1007
_streamingTask->Cancel();
1008
ASSERT_LOW_LAYER(_streamingTask == nullptr);
1009
}
1010
}
1011
1012
void ModelBase::unload(bool isReloading)
1013
{
Callers
nothing calls this directly
Calls
1
Cancel
Method · 0.45
Tested by
no test coverage detected