Joint.createBlock

Create a block on joint.

Kind: Function

Environments: Game

Game

joint:createBlock( uuid, size, position, forceCreate )

Open the full Game reference

Availability: Server only

Parameters:

Name Type Description
joint Joint The parent joint.
uuid Uuid The uuid of the shape.
size Vec3 The shape's size.
position Vec3 The shape's local position.
forceCreate (optional) boolean Set true to force create the shape. (Defaults to true)