Click or drag to resize

VisibilityNotifierSetAabb Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisibilityNotifier.SetAabb(Godot.AABB)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAabb is deprecated. Use the Aabb property instead.")]
public void SetAabb(
	AABB rect
)

Parameters

rect
Type: GodotAABB

[Missing <param name="rect"/> documentation for "M:Godot.VisibilityNotifier.SetAabb(Godot.AABB)"]

See Also