Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

ParticleSystemRenderer.BakeMesh

public void BakeMesh(Mesh mesh, bool useTransform);
public void BakeMesh(Mesh mesh, Camera camera, bool useTransform);

Parameters

meshA static mesh that will receive the snapshot of the particles.
cameraThe camera used for determining which way camera-space particles will face.
useTransformInclude the rotation and scale of the Transform in the baked mesh.

Description

Creates a snapshot of ParticleSystemRenderer and stores it in mesh.

Did you find this page useful? Please give it a rating: