Click or drag to resize

WeatherMakerCloudNoiseGeneratorScriptGenerateFrameTextures Method

Generates all the individual frame textures

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static string GenerateFrameTextures(
	WeatherMakerCloudNoiseProfileGroupScript profile,
	Material[] materials,
	float progress = 0f,
	float progressMultiplier = 1f,
	bool clearProgress = true
)

Parameters

profile
Type: DigitalRuby.WeatherMakerWeatherMakerCloudNoiseProfileGroupScript
Noise profile
materials
Type: Material
Materials, should be one for each layer
progress (Optional)
Type: SystemSingle
Current progress
progressMultiplier (Optional)
Type: SystemSingle
Progress multiplier
clearProgress (Optional)
Type: SystemBoolean
Whether to restart progress

Return Value

Type: String
Texture path
See Also