Color.this [int index]var this[index : int] : floatDescriptionAccess the r, g, b,a components using [0], [1], [2], [3] respectively.
JavaScript
var p : Color; using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Color | ||||
Color.this [int index]var this[index : int] : floatDescriptionAccess the r, g, b,a components using [0], [1], [2], [3] respectively.
JavaScript
var p : Color; using UnityEngine; import UnityEngine |