ContactGetWorldManifold Method |
Gets the world manifold.
Namespace: Internal.tainicom.Aether.Physics2D.Dynamics.ContactsAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void GetWorldManifold(
out Vector2 normal,
out FixedArray2<Vector2> points
)
Parameters
- normal Vector2
-
- points FixedArray2Vector2
-
See Also