Метод | Описание | |
---|---|---|
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.
|
public DisappearMaterial ( string diffuseMap, string opacityMap, string burnMap ) : System | ||
diffuseMap | string | The diffuse map. |
opacityMap | string | |
burnMap | string | |
Результат | System |
public Initialize ( AssetsContainer assets ) : void | ||
assets | AssetsContainer | The assets. |
Результат | void |
public SetParameters ( bool cached ) : void | ||
cached | bool | if set to |
Результат | void |