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

Function IsInitialized

Source/Engine/Graphics/Models/MeshBase.h:153–156  ·  view source on GitHub ↗

Determines whether this mesh is initialized (has vertex and index buffers initialized).

Source from the content-addressed store, hash-verified

151 /// Determines whether this mesh is initialized (has vertex and index buffers initialized).
152 /// </summary>
153 FORCE_INLINE bool IsInitialized() const
154 {
155 return _vertexBuffers[0] != nullptr;
156 }
157
158 /// <summary>
159 /// Determines whether this mesh has a vertex colors buffer.

Callers 4

DrawMethod · 0.70
DownloadDataMethod · 0.70
RenderMethod · 0.70
DrawMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected