Determines whether this mesh is initialized (has vertex and index buffers initialized).
| 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. |
no outgoing calls
no test coverage detected