ParticleCollisionEvent

struct in UnityEngine

Cambiar al Manual

Descripción

Information about a particle collision.

Variables

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.