Get Current Model

Get info about the currently loaded model

Variables

The following variables will be populated after executing this sub-action:

Description
model.hasPhysicsFilebool

Flag whether the model has a physics file

True/False
model.idstring

The ID of the model

62c6a71a4d324204afd25f61445f8e4f
model.live2DModelNamestring

The live 2d model name

hijiki.model3.json
model.loadTimeint

Time in milliseconds it took to load the current model

1680
model.namestring

The name of the model

hijiki
model.numberOfLive2DArtmeshesint

Number of live 2d art meshes

136
model.numberOfLive2DParametersint

Number of live 2d parameters

29
model.numberOfTexturesint

Number of textures

1
model.posXdouble

X position of the model

-0.132193565368652
model.posYdouble

Y position of the model

-0.162023842334747
model.rotationdouble

Rotation of the model

9.33
model.sizedouble

Size of the model

57.6690902709961
model.textureResolutionint

The models' texture resolution

1024
model.timeSinceLaodedint

Contains the time in milliseconds since the model has been loaded (yes, the variable name actually has a typo at the current date)

419903
model.vtsModelIconNamestring

The vts name of the model icon

icon.jpg
model.vtsModelNamestring

The vts name of the model

hijiki.vtube.json

C# Usage

public VTSModelPosition VTubeStudioGetModelPosition()