Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


position

The position of the particle.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public Vector3 position { get; set; }

Remarks

The position is defined relative to the simulation space (ie, world space or local space) set by the simulationSpace property. You can use Transform.TransformPoint and Transform.InverseTransformPoint to convert points between local and world space as necessary.