Load Model by Name
Load a model by name
Preview
Parameters
Modelrequired
String
Can be a specified model name or a variable. The name has to be exact, not case-sensitive though.
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
success | bool | Indicator whether the model has been loaded successfully or not Example: True/False |
C# Usage
public bool VTubeStudioLoadModelById(string modelId)
public bool VTubeStudioLoadModelByName(string modelName)