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

スクリプト言語

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

Color.this[int]

public var this[int]: float;

Description

rは [0]、gは [1]、bは [2]、aは[3]に格納されます。

var p : Color;
p[1] = 5; // the same as p.g = 5