Click or drag to resize

VisualInstanceSetBase Method

Sets the resource that is instantiated by this VisualInstance, which changes how the engine handles the VisualInstance under the hood. Equivalent to InstanceSetBase(RID, RID).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBase(
	RID base
)

Parameters

base
Type: GodotRID

[Missing <param name="base"/> documentation for "M:Godot.VisualInstance.SetBase(Godot.RID)"]

See Also