Move Model

Mode the currently loaded model
Move Model Dialog
Move Model Dialog

The VTS Coordinate System

VTS Coordinate System

VTS Coordinate System

Parameters

Time in Seconds
Float required

Time in seconds the movement should take (has to be between 0 and 2)

Relative to Model
Bool required

Flag whether the values are relative to the model's current position

Position X
Float

X Position of the model (between -1 and 1, see image)

Position Y
Float

Y Position of the model (between -1 and 1, see image)

Rotation
Float

Rotation of the model (between -360 and 360, see image)

Size
Float

Size of the model (between -100 and 100)

Variables

NameTypeDescription
Example Value:True/False

indicator whether the movement has been successful or not

C# Usage

public bool VTubeStudioMoveModel(double seconds, bool relative, Double? posX, Double? posY, Double? rotation, Double? size)