C# Class DisappearEffect.DisappearMaterial

Inheritance: Material
Exibir arquivo Open project: WaveEngine/Samples Class Usage Examples

Public Methods

Method Description
DisappearMaterial ( string diffuseMap, string opacityMap, string burnMap ) : System

Initializes a new instance of the DisappearMaterial class.

Initialize ( AssetsContainer assets ) : void

Initializes the specified assets.

SetParameters ( bool cached ) : void

Sets the parameters.

Method Details

DisappearMaterial() public method

Initializes a new instance of the DisappearMaterial class.
public DisappearMaterial ( string diffuseMap, string opacityMap, string burnMap ) : System
diffuseMap string The diffuse map.
opacityMap string
burnMap string
return System

Initialize() public method

Initializes the specified assets.
Disappear Material needs a valid texture.
public Initialize ( AssetsContainer assets ) : void
assets AssetsContainer The assets.
return void

SetParameters() public method

Sets the parameters.
public SetParameters ( bool cached ) : void
cached bool if set to true [cached].
return void