Click or drag to resize

VelocityLimitControllerMaxLinearVelocity Property

Gets or sets the max linear velocity.

Namespace: Internal.Physics2D.Controllers
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public float MaxLinearVelocity { get; set; }

Property Value

Single
The max linear velocity.
See Also