Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCollider(int)

Gets a collision shape associated with this Particle System trigger.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public Component GetCollider(int index)

Parameters

index

The Collider to return.

Returns

Type

Description

ComponentThe Collider at the given index.

Remarks