Vector4.this [int index]var this[index : int] : floatDescriptionAccess the x, y, z, w components using [0], [1], [2], [3] respectively.
JavaScript
var p : Vector4; using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Vector4 | ||||
Vector4.this [int index]var this[index : int] : floatDescriptionAccess the x, y, z, w components using [0], [1], [2], [3] respectively.
JavaScript
var p : Vector4; using UnityEngine; import UnityEngine |