Load Model by Name
Load a model by name

Load Model by Name Dialog
Parameters
Model
String required
Can be a specified model name or a variable. The name has to be exact, not case-sensitive though.
Variables
Name | Type | Description |
---|---|---|
Example Value: True/False Indicator whether the model has been loaded successfully or not |
C# Usage
public bool VTubeStudioLoadModelById(string modelId)
CPH.VTubeStudioLoadModelById(modelId);
public bool VTubeStudioLoadModelByName(string modelName)
CPH.VTubeStudioLoadModelByName(modelName);