Version: 2020.2
LanguageEnglish
  • C#

TextureImporterSettings.flipbookRows

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

public int flipbookRows;

Description

The number of rows in the source image for a Texture2DArray or Texture3D.

When Unity imports a texture with a textureShape of TextureImporterShape.Texture2DArray or TextureImporterShape.Texture3D, it divides the source image into cells. Each cell is imported into its own layer or depth slice of the resulting texture. You can set the number of cells using the flipbookColumns and flipbookRows settings.