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

Parámetros

meshA static Mesh to receive the snapshot of the particle trails.
cameraThe Camera used to determine which way camera-space trails face.
useTransformSpecifies whether to include the rotation and scale of the Transform in the baked Mesh.

Descripción

Creates a snapshot of ParticleSystem Trails and stores them in mesh.