Function VisualServerSingleton.instanceSetCustomAabb

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

void instanceSetCustomAabb (
  const(RID) instance,
  const(AABB) aabb
) nothrow @nogc;