Click or drag to resize

GeometryBuildBoxPlanes Method

Returns an array with 6 Planes that describe the sides of a box centered at the origin. The box size is defined by extents, which represents one (positive) corner of the box (i.e. half its actual size).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Array BuildBoxPlanes(
	Vector3 extents
)

Parameters

extents
Type: GodotVector3

[Missing <param name="extents"/> documentation for "M:Godot.Geometry.BuildBoxPlanes(Godot.Vector3)"]

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.Geometry.BuildBoxPlanes(Godot.Vector3)"]

See Also