godot-cpp icon indicating copy to clipboard operation
godot-cpp copied to clipboard

`GeometryInstance::set_custom_aabb()` is not exported to cpp bindings

Open Flarkk opened this issue 4 years ago • 0 comments

The method GeometryInstance::set_custom_aabb(...) is not available in cpp bindings.

See method documentation here : https://docs.godotengine.org/fr/stable/classes/class_geometryinstance.html#class-geometryinstance-method-set-custom-aabb

The workaround is to directly call VisualServer::get_singleton()->instance_set_custom_aabb(...);

Flarkk avatar Jul 19 '21 20:07 Flarkk