言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Shader.SetGlobalInt

public static function SetGlobalInt(nameID: int, value: int): void;

Description

全てのシェーダーに適用されるグローバルなIntプロパティを設定します

Internally float and integer shader properties are treated exactly the same, so this function is just an alias to SetGlobalFloat.