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

Method RequestStreamingUpdate

Source/Engine/Streaming/Streaming.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void StreamableResource::RequestStreamingUpdate()
80{
81 Streaming.LastUpdateTime = 0.0;
82}
83
84void StreamableResource::ResetStreaming(bool error)
85{

Callers 8

SetTextureGroupMethod · 0.80
SetPixelsMethod · 0.80
PlayMethod · 0.80
OnAssetLoadedMethod · 0.80
UpdateMethod · 0.80
UpdateResourceFunction · 0.80
ViewModelClass · 0.80

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected