Skip to main content
Corvus Connection

VTuber: Move Model

VTuber
vtuber.moveModelMoves/rotates/scales the current model over a time (0 = instant).Moves the model to a position/rotation/size.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
positionXDataSystem.DoubleNone
positionYDataSystem.DoubleNone
rotationDataSystem.DoubleNone
sizeDataSystem.DoubleNone
timeSecondsDataSystem.DoubleNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.VtubeStudio.MoveModelAsync(positionX, positionY, rotation, size, timeSeconds);