Version: 2021.1
언어: 한국어

ParticleCollisionEvent

struct in UnityEngine

매뉴얼로 전환

설명

Information about a particle collision.

변수

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.