Function VisualInstance.setBase

Sets the resource that is instantiated by this VisualInstance, which changes how the engine handles the VisualInstance under the hood. Equivalent to VisualServer.instanceSetBase.

void setBase (
  const(RID) base
) nothrow @nogc;