Determines whether this model can be rendered.
| 241 | /// Determines whether this model can be rendered. |
| 242 | /// </summary> |
| 243 | FORCE_INLINE bool CanBeRendered() const |
| 244 | { |
| 245 | return _loadedLODs > 0; |
| 246 | } |
| 247 | |
| 248 | /// <summary> |
| 249 | /// Resizes the material slots collection. Updates meshes that were using removed slots. |