struct PhysicsIntersection

robot_2Generated
code_blocksInput

Description

The PhysicsIntersection struct in the Sandbox namespace represents a read-only intersection result between two physics objects. It provides details about the intersecting targets and the contact point.

Members

Instance Members

Member NameSummary
SelfGets the target representing the self object in the intersection.
OtherGets the target representing the other object in the intersection.
ContactGets the contact information of the intersection.
DeconstructDeconstructs the intersection into its components: self, other, and contact.