Move Model

Mode the currently loaded model

Move Model Dialog

VTS Coordinate System

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)

NameTypeDescription
Example Value:True/False

indicator whether the movement has been successful or not

public bool VTubeStudioMoveModel(double seconds, bool relative, Double? posX, Double? posY, Double? rotation, Double? size)
Read more in API > C# > Methods > Integrations > Vtube Studio > Move Model