Click or drag to resize

SerializationHelperExtract3DTexture Method

Extract a 3D texture to a folder of images

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void Extract3DTexture(
	Texture3D tex3D,
	string folder
)

Parameters

tex3D
Type: Texture3D
Texture3D
folder
Type: SystemString
Folder to put images in
See Also