構造体 StencilFunc

ステンシルテスト関数を表す構造体 [詳細]

すべてのメンバ一覧

Public メソッド

 StencilFunc (StencilFuncMode mode, int reference, int readMask, int writeMask)
 ステンシルテスト関数を表す構造体を作成する
void Set (StencilFuncMode mode, int reference, int readMask, int writeMask)
 ステンシルテスト関数を表す構造体に値をセットする

プロパティ

StencilFuncMode Mode [get, set]
 ステンシルテスト関数のモード
int Reference [get, set]
 ステンシルテスト関数の参照値 (0~255)
int ReadMask [get, set]
 ステンシルテスト関数の読み込みマスク (0~255)
int WriteMask [get, set]
 ステンシルテスト関数の書き込みマスク (0~255)

説明

ステンシルテスト関数を表す構造体


コンストラクタとデストラクタ

StencilFunc ( StencilFuncMode  mode,
int  reference,
int  readMask,
int  writeMask 
)

ステンシルテスト関数を表す構造体を作成する

引数:
modeステンシルテスト関数のモード
referenceステンシルテスト関数の参照値 (0~255)
readMaskステンシルテスト関数の読み込みマスク (0~255)
writeMaskステンシルテスト関数の書き込みマスク (0~255)

メソッド

void Set ( StencilFuncMode  mode,
int  reference,
int  readMask,
int  writeMask 
)

ステンシルテスト関数を表す構造体に値をセットする

引数:
modeステンシルテスト関数のモード
referenceステンシルテスト関数の参照値 (0~255)
readMaskステンシルテスト関数の読み込みマスク (0~255)
writeMaskステンシルテスト関数の書き込みマスク (0~255)