UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 92 B
import { Vec4 } from "./Vec4"; export function Vec4One() { return new Vec4(1, 1, 1, 1); }