バージョン

TextureApplicationStyle 列挙体

テクスチャを適用するためのスタイル。
シンタックス
'宣言
 
Public Enum TextureApplicationStyle 
   Inherits System.Enum
public enum TextureApplicationStyle : System.Enum 
メンバ
メンバ解説
Invertedテクスチャを生成する際に、テクスチャを反転し、基本色の色から暗さの値を減算します。
Normalテクスチャを生成する際の基本色に明るさの値を追加します。
参照