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

Method HasStreamingError

Source/Engine/Graphics/Textures/TextureBase.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300bool TextureBase::HasStreamingError() const
301{
302 return _texture.Streaming.Error;
303}
304
305void TextureBase::SetStreamingVisible() const
306{

Callers 1

WaitForAssetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected