Skip to main content
Corvus Connection

VTuber: Load Model

VTuber
vtuber.loadModelLoads a model by its display name (resolved to an id via the available-models list).Loads the named model.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
modelNameDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.VtubeStudio.LoadModelAsync(modelName);