Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhysicsShape.MoverCollision

Collision results optionally returned from PhysicsWorld.CastMover in PhysicsQuery.WorldMoverResult.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Struct
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public readonly struct PhysicsShape.MoverCollision

Properties

Property

Description

normalThe collision normal at the collision point on the shape.
pointThe collision point on the shape.
shapeThe shape the mover collided with.