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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool IsTouching { get; set; }

Return Value

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