VisualServerSingleton.instanceSetCustomAabb

Sets a custom AABB to use when culling objects from the view frustum. Equivalent to GeometryInstance.setCustomAabb.

struct VisualServerSingleton
@nogc nothrow
void
instanceSetCustomAabb
(
in RID instance
,
in AABB aabb
)

Meta