Click or drag to resize

BodyAwake Property

Set the sleep state of the body. A sleeping body has very low CPU cost.

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

Property Value

Type: Boolean
true if awake; otherwise, false.
See Also