Version: 2023.2
언어: 한국어

ParticleSystemBakeTextureOptions

enumeration

매뉴얼로 전환

설명

Configure how a Particle System is baked into a texture.

변수

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.