Click or drag to resize

WeatherMakerCloudNoiseGeneratorScriptGenerateFramesAnd3DTexture Method

Generates frames and 3D texture

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void GenerateFramesAnd3DTexture(
	WeatherMakerCloudNoiseProfileGroupScript noiseProfile,
	Material[] materials,
	string textureAssetFileName,
	bool showConfirm = false
)

Parameters

noiseProfile
Type: DigitalRuby.WeatherMakerWeatherMakerCloudNoiseProfileGroupScript
Noise profile
materials
Type: Material
Materials, one for each layer
textureAssetFileName
Type: SystemString
Texture file name
showConfirm (Optional)
Type: SystemBoolean
Show confirm dialog?
See Also