Skip to main content

BlueprintVisualization

Associated namespace: sm.visualization

A userdata object representing a blueprint visualization.

Operations:

OperationDescription
BlueprintVisualization == BlueprintVisualizationChecks if two instances of BlueprintVisualization refer to the same BlueprintVisualization.

Functions

destroy

blueprintVisualization:destroy()

Client-Only

Destroys a blueprint visualization.

Parameters:


setPosition

blueprintVisualization:setPosition( position )

Client-Only

Sets the world position of a blueprint visualization.

Parameters:


setRotation

blueprintVisualization:setRotation( rotation )

Client-Only

Sets the rotation of a blueprint visualization.

Parameters:


setScale

blueprintVisualization:setScale( scale )

Client-Only

Sets the scale of a blueprint visualization.

Parameters:


updateBuilderGuide

blueprintVisualization:updateBuilderGuide()

Client-Only

Updates the state of a builder guide BlueprintVisualization.
Should be called whenever the root Shape of the builder guide has changed.

For performance reasons, this should not be called every tick.

Parameters: