sp property

Vector2 get sp

Implementation

Vector2 get sp => xz;
set sp (Vector2 arg)

Implementation

set sp(Vector2 arg) => xz = arg;