Skip to content

RemoveModel

march edited this page Jan 9, 2025 · 1 revision

Removes a named model from the environment.

Properties

Time:number

⠀⠀⠀⠀The time to start removing the model.

Length:number (default 0.5)

⠀⠀⠀⠀The time it takes for model to disappear. 0 will make it disappear immediately.


Name:string

⠀⠀⠀⠀The named model to remove

Position:vector (default 0, 0, 0)

⠀⠀⠀⠀The initial position of the model.

Angles:angle (default 0, 0, 0)

⠀⠀⠀⠀The initial rotation of the model.


GoTo:vector (default 0, 0, 32)

⠀⠀⠀⠀The final position for the model as it pops out of the scene.

RotateTo:angle (default 0, 0, 0)

⠀⠀⠀⠀The final rotation for the model as it pops out of the scene.

LocalTransform:boolean (default true)

⠀⠀⠀⠀Determines if the GoTo and RotateTo properties are local to the previous position and angle.

Clone this wiki locally