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.
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.
Member Name | Summary |
---|---|
Self | Gets the target representing the self object in the intersection. |
Other | Gets the target representing the other object in the intersection. |
Contact | Gets the contact information of the intersection. |
Deconstruct | Deconstructs the intersection into its components: self, other, and contact. |