Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

ParticleSystem.Particle.position

Switch to Manual
public Vector3 position;

Description

The position of the particle.

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答