C# 클래스 DisappearEffect.DisappearMaterial

상속: Material
파일 보기 프로젝트 열기: WaveEngine/Samples 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DisappearMaterial() 공개 메소드

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
리턴 System

Initialize() 공개 메소드

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

SetParameters() 공개 메소드

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