sm.creation.buildMultiShape

Builds a multi shape

Kind: Function

Environments: Game

Game

sm.creation.buildMultiShape(
    shape,
    worldPosition,
    worldRotation,
    localPosition,
    localRotation
)

Open the full Game reference

Availability: Server only

Parameters:

Name Type Description
shape Uuid The uuid of shape to build.
worldPosition Vec3 World position of shape.
worldRotation Quat World rotation of shape.
localPosition Vec3 Local position of shape.
localRotation Quat Local rotation of shape.