Constructor TextureCombiner
TextureCombiner(Texture, int, Texture, int, Texture, int, Texture, int, bool)
선언
public TextureCombiner(Texture rSource, int rChanel, Texture gSource, int gChanel, Texture bSource, int bChanel, Texture aSource, int aChanel, bool bilinearFilter = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Texture | rSource | |
int | rChanel | |
Texture | gSource | |
int | gChanel | |
Texture | bSource | |
int | bChanel | |
Texture | aSource | |
int | aChanel | |
bool | bilinearFilter |