Click or drag to resize

AABBSize Property

Size from Position to End. Typically all components are positive. If the size is negative, you can use Abs to fix it.

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

Property Value

Type: Vector3
Directly uses a private field.
See Also