Click or drag to resize

VelocityLimitControllerMaxAngularVelocity Property

Gets or sets the max angular velocity.

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

Property Value

Type: Single
The max angular velocity.
See Also