Version: 2023.2
言語: 日本語
public int BakeTexture (ref Texture2D verticesTexture, ParticleSystemBakeTextureOptions options);
public int BakeTexture (ref Texture2D verticesTexture, Camera camera, ParticleSystemBakeTextureOptions options);
public int BakeTexture (ref Texture2D verticesTexture, ref Texture2D indicesTexture, ParticleSystemBakeTextureOptions options);
public int BakeTexture (ref Texture2D verticesTexture, ref Texture2D indicesTexture, Camera camera, ParticleSystemBakeTextureOptions options);

パラメーター

verticesTexture A Texture2D to receive the snapshot of the particle vertices.
indicesTexture An optional Texture2D to receive the snapshot of the particle indices.
camera The Camera used to determine which way camera-space particles face.
options Specifies whether to include the rotation and scale of the Transform in the baked Texture2D.

戻り値

int The number of indices used by the Particle System.

説明

Creates a snapshot of ParticleSystemRenderer and stores it in a Texture2D.