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

Method IsInitialized

Source/Engine/Utilities/RectPack.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104public:
105 FORCE_INLINE bool IsInitialized()
106 {
107 return Width != 0;
108 }
109
110 /// <summary>
111 /// Initializes the atlas of a given size. Clears any previously added nodes. This won't invoke OnFree for atlas tiles.

Callers 10

SetupShadowsMethod · 0.45
DrawTypeMethod · 0.45
IsValidForMethod · 0.45
SetupMethod · 0.45
HasAnyMeshInitializedMethod · 0.45
CalculateResidencyMethod · 0.45
IntersectsEntryMethod · 0.45
DrawMethod · 0.45
IntersectsEntryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected