Version: 2023.2
言語: 日本語
public void BakeTrailsMesh (Mesh mesh, ParticleSystemBakeMeshOptions options);
public void BakeTrailsMesh (Mesh mesh, Camera camera, ParticleSystemBakeMeshOptions options);
Obsolete public void BakeTrailsMesh (Mesh mesh, bool useTransform);
Obsolete public void BakeTrailsMesh (Mesh mesh, Camera camera, bool useTransform);

パラメーター

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

説明

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