Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/enviromodder/src/general/scenesettings.ts>envSettings

MapLock is a module for remapper which is definitely not a nootils clone :)
Go to Latest
function envSettings
import { envSettings } from "https://deno.land/x/enviromodder@5.0.2/src/general/scenesettings.ts";

a function for manupulating various base environment parameters

Parameters

optional
disabled: boolean

true/false, disabled the ENTIRE environment.

optional
scale: Vec3

A vector 3 scale, scales the ENTIRE environment, set all to 1 for no effect i.e [3, 3, 3]

optional
position: Vec3

A vector 3 position, set the ENTIRE environment to a certain position, set all to 0 for no effect i.e [20, 60, 40] (MAKE SURE DISABLED IS SET TO FALSE!!!!)