Query enable automatic 3D scene update feature.
Syntax |
bool is_scene_auto_update() |
---|---|
Result |
Return status enabling functionality |
Notes |
By default, this feature is enabled. |
Example of use:
bool execute(pan3d::object @panel) { ... bool fl = panel.is_scene_auto_update(); ... } |