-
-
Notifications
You must be signed in to change notification settings - Fork 2
API: World
ᴏᴠ ━ ᴀɴɪꜱᴀ edited this page Mar 4, 2025
·
6 revisions
✨Clears native environment.
local bool: result = assetify.world.clear()
✨Restores native environment.
local bool: result = assetify.world.restore()
✨Toggles native occlusions.
local bool: result = assetify.world.toggleOcclusions(
bool: state
)
✨Clears model's buffer and dict.
local bool: result = assetify.world.clearModel(
int: modelID
)
✨Restores model's buffer and dict.
local bool: result = assetify.world.restoreModel(
int: modelID
)