Texture3D.GetPixels
GetPixels(miplevel: int = 0): Color[];
Color[] GetPixels(int miplevel = 0);
def GetPixels(miplevel as int = 0) as Color[]
Description

This function returns an array of pixel colors representing one mip level of the 3D texture.

Call Apply to actually upload the changed.