const e = Entity.create(); const pos = e.add(Component.POSITION); pos.localPosition = new Vec3(-1, 0, 1); Console.print('Entity ID: ' + e.toString());