BodySleepingAllowed Property |
You can disable sleeping on this body. If you disable sleeping, the
body will be woken.
Namespace: Internal.tainicom.Aether.Physics2D.DynamicsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool SleepingAllowed { get; set; }Property Value
Booleantrue if sleeping is allowed; otherwise,
false.
See Also