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

Parámetros

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

Descripción

Creates a snapshot of TrailRenderer and stores it in mesh.