Click or drag to resize

PointState Enumeration

This is used for determining the state of contact points.

Namespace:  Internal.tainicom.Aether.Physics2D.Collision
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PointState
Members
  Member nameValueDescription
Null0 Point does not exist
Add1 Point was added in the update
Persist2 Point persisted across the update
Remove3 Point was removed in the update
See Also