Get Current Model
Get info about the currently loaded model
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
model.hasPhysicsFile | bool | Flag whether the model has a physics file Example: True/False |
model.id | string | The ID of the model Example: 62c6a71a4d324204afd25f61445f8e4f |
model.live2DModelName | string | The live 2d model name Example: hijiki.model3.json |
model.loadTime | int | Time in milliseconds it took to load the current model Example: 1680 |
model.name | string | The name of the model Example: hijiki |
model.numberOfLive2DArtmeshes | int | Number of live 2d art meshes Example: 136 |
model.numberOfLive2DParameters | int | Number of live 2d parameters Example: 29 |
model.numberOfTextures | int | Number of textures Example: 1 |
model.posX | double | X position of the model Example: -0.132193565368652 |
model.posY | double | Y position of the model Example: -0.162023842334747 |
model.rotation | double | Rotation of the model Example: 9.33 |
model.size | double | Size of the model Example: 57.6690902709961 |
model.textureResolution | int | The models' texture resolution Example: 1024 |
model.timeSinceLoaded | int | Contains the time in milliseconds since the model has been loaded Example: 419903 |
model.vtsModelIconName | string | The vts name of the model icon Example: icon.jpg |
model.vtsModelName | string | The vts name of the model Example: hijiki.vtube.json |
C# Usage
public VTSModelPosition VTubeStudioGetModelPosition()