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.
CloseFor 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.
CloseverticesTexture | A Texture2D to receive the snapshot of the particle trail vertices. |
indicesTexture | A Texture2D to receive the snapshot of the particle trail 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 trails.
Creates a snapshot of ParticleSystem Trails and stores them in a Texture2D
.