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

Function CanBeRendered

Source/Engine/Content/Assets/ModelBase.h:243–246  ·  view source on GitHub ↗

Determines whether this model can be rendered.

Source from the content-addressed store, hash-verified

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.

Callers 1

DrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected