natiny_model_get_visible

C
bool natiny_model_get_visible(NatinyModel model);

Whether the model is currently drawn by a pass.

Parameters

Name Type Description
model NatinyModel Model handle

Returns

Type Description
bool true when the model is visible

Example

C
bool visible = natiny_model_get_visible(door);

Notes