Version: 2020.1
言語: 日本語
public void BakeMesh (Mesh mesh, bool useTransform);
public void BakeMesh (Mesh mesh, Camera camera, bool useTransform);

パラメーター

mesh A static Mesh to receive the snapshot of the particles.
camera The Camera used to determine which way camera-space particles face.
useTransform Specifies whether to include the rotation and scale of the Transform in the baked Mesh.

説明

Creates a snapshot of ParticleSystemRenderer and stores it in mesh.