GetCurrentSize3D(ParticleSystem)
Calculate the current 3D size of the particle by applying the relevant curves to its startSize3D property.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public Vector3 GetCurrentSize3D(ParticleSystem system)
Parameters
The Particle System from which this particle was emitted.
Returns
Type | Description |
|---|---|
| Vector3 | Current size. |