VisualServerSingleton.instanceSetExtraVisibilityMargin

Sets a margin to increase the size of the AABB when culling objects from the view frustum. This allows you to avoid culling objects that fall outside the view frustum. Equivalent to GeometryInstance.extraCullMargin.

struct VisualServerSingleton
@nogc nothrow
void
instanceSetExtraVisibilityMargin
(
in RID instance
,
in double margin
)

Meta