Version: 2022.3
LanguageEnglish
  • C#

ParticleSystemBakeTextureOptions

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Configure how a Particle System is baked into a texture.

Properties

BakeRotationAndScaleBake the Transform rotation and scale into the texture.
BakePositionBake the Transform position into the texture.
PerVertexBake each vertex of each particle (i.e. 4 vertices per billboard).
PerParticleOnly bake each particle, instead of each vertex of each particle (i.e. 1 vertex per billboard).
IncludeParticleIndicesInstead of only baking triangle indices into the indices texture, bake a 2 channel index texture containing triangle indices and particle indices.
DefaultThe default baking options.