Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SegmentAndPolygon(SegmentGeometry, PhysicsTransform, PolygonGeometry, PhysicsTransform)

Check the intersection between Segment and Polygon geometries.
Read time 1 minuteLast updated 11 days ago

Definition

public static PhysicsShape.ContactManifold SegmentAndPolygon(SegmentGeometry geometryA, PhysicsTransform transformA, PolygonGeometry geometryB, PhysicsTransform transformB)

Parameters

The first geometry to use.

The transform used to specify where the first geometry is positioned.

The second geometry to use.

The transform used to specify where the second geometry is positioned.

Returns

Type

Description

ContactManifoldThe contact manifold fully detailing the intersection.