Archive 17/01/2023.

How to detect if a model has mesh data

rogerdv

I need to detect if a node model component has a model loaded or not, how can I do this?

codingmonkey

try check StaticMode->GetModel() for NULL
urho3d.github.io/documentation/H … model.html