Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


collisionResults

Whether to return all the individual PhysicsShape.MoverCollision results for all iterations or not. All the collisions will be returned in the PhysicsQuery.WorldMoverResult results.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public bool collisionResults { readonly get; set; }