ParticleCollisionEvent

struct in UnityEngine

/

Implemented in:UnityEngine.ParticleSystemModule

Description 描述

Information about a particle collision.

Properties 属性

colliderComponentThe Collider or Collider2D for the GameObject struck by the particles.
intersectionIntersection point of the collision in world coordinates.
normalGeometry normal at the intersection point of the collision.
velocityIncident velocity at the intersection point of the collision.