Click or drag to resize

RigidBody2DLocalCenter Property

Gets or sets the local position of the center of mass.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Reference<Vector2> LocalCenter { get; set; }

Property Value

Type: ReferenceVector2
See Also