Click or drag to resize

ContactIsTouching Property

Determines whether this contact is touching.

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

Return Value

Boolean
true if this instance is touching; otherwise, false.
See Also