Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Texture3D.GetPixels32

Switch to Manual
public function GetPixels32(miplevel: int = 0): Color32[];

Parameters

Description

Returns an array of pixel colors representing one mip level of the 3D texture.

See Also: SetPixels32, GetPixels.