Click or drag to resize

BoxShapeExtents Property

The box's half extents. The width, height and depth of this shape is twice the half extents.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 Extents { get; set; }

Property Value

Type: Vector3
See Also