Click or drag to resize

BodyPosition Property

Get the world body origin position.

Namespace: Internal.tainicom.Aether.Physics2D.Dynamics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector2 Position { get; set; }

Return Value

Vector2
Return the world position of the body's origin.
See Also