次の方法で共有


RenderStates.TextureFactor

TextureFactor プロパティ

D3DTA_TFACTOR テクスチャ ブレンディング引数または D3DTOP_BLENDFACTORALPHA テクスチャ ブレンディング処理によるマルチテクスチャ ブレンディングで使う色。関連する値は D3dcolor 変数である。デフォルト値は不透明の白 (0xFFFFFFFF) である。

定義

Visual Basic Public Property TextureFactor As Integer
C# public int TextureFactor { get; set; }
Managed C++ public: __property int get_TextureFactor();
public: __property void set_TextureFactor(int);
JScript public function get TextureFactor() : int
public function set TextureFactor(int);

プロパティ値

System.Int32.

これは読み取り/書き込み可能プロパティである。 

対象

RenderStates

© 2002 Microsoft Corporation. All rights reserved. Terms of use.