Click or drag to resize

BodySleepingAllowed Property

You can disable sleeping on this body. If you disable sleeping, the body will be woken.

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 bool SleepingAllowed { get; set; }

Property Value

Boolean
true if sleeping is allowed; otherwise, false.
See Also