ab property

Vector2 get ab

Implementation

Vector2 get ab => wz;
set ab (Vector2 arg)

Implementation

set ab(Vector2 arg) => wz = arg;