Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetCurrentSize3D(ParticleSystem)

Calculate the current 3D size of the particle by applying the relevant curves to its startSize3D property.
Read time 1 minuteLast updated 11 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

Vector3Current size.