Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPlane(int)

Get a collision plane associated with this Particle System.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public Transform GetPlane(int index)

Parameters

index

The plane to return.

Returns

Type

Description

TransformThe plane.