Click or drag to resize

AABBPosition Property

Beginning corner. Typically has values lower than End.

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

Property Value

Type: Vector3
Directly uses a private field.
See Also