Click or drag to resize

NodeSetSceneInstanceLoadPlaceholder Method

Sets whether this is an instance load placeholder. See InstancePlaceholder.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetSceneInstanceLoadPlaceholder(
	bool loadPlaceholder
)

Parameters

loadPlaceholder
Type: SystemBoolean

[Missing <param name="loadPlaceholder"/> documentation for "M:Godot.Node.SetSceneInstanceLoadPlaceholder(System.Boolean)"]

See Also