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

Function IsInitialized

Source/Engine/Graphics/Textures/StreamingTexture.h:55–58  ·  view source on GitHub ↗

Gets a value indicating whether this instance is initialized.

Source from the content-addressed store, hash-verified

53 /// Gets a value indicating whether this instance is initialized.
54 /// </summary>
55 FORCE_INLINE bool IsInitialized() const
56 {
57 return _header.MipLevels > 0;
58 }
59
60 /// <summary>
61 /// Gets total texture width (in texels)

Callers 4

CreateMethod · 0.70
CanBeUpdatedMethod · 0.70
UpdateAllocationMethod · 0.70
CreateStreamingTaskMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected