UNPKG

bc-minecraft-bedrock-types

Version:

The typescript library that provides default types for minecraft bedrock

12 lines 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CameraShakeMode = void 0; /** */ exports.CameraShakeMode = { name: "Camera Shake", modes: [ { name: "positional", documentation: "Shakes the camera using relatives position" }, { name: "rotational", documentation: "Shakes the camera using rotations" }, ], }; //# sourceMappingURL=camera-shake.js.map