UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

13 lines (11 loc) 273 B
import {_matchArrayLength} from './_ArrayUtils'; import {NamedFunction0} from './_Base'; import {Poly} from '../Poly'; export class playerMode extends NamedFunction0 { static override type() { return 'playerMode'; } func(): boolean { return Poly.playerMode(); } }