ContactIsTouching Property |
Determines whether this contact is touching.
Namespace: Internal.tainicom.Aether.Physics2D.Dynamics.ContactsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool IsTouching { get; set; }Return Value
Booleantrue if this instance is touching; otherwise,
false.
See Also