Click or drag to resize

SpatialSetVisible Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Spatial.SetVisible(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVisible is deprecated. Use the Visible property instead.")]
public void SetVisible(
	bool visible
)

Parameters

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Godot.Spatial.SetVisible(System.Boolean)"]

See Also