stopVrma
import { Vrm } from "@hmcs/sdk";
vrm.stopVrma(asset) stops a specific VRMA animation by its asset ID.
await character.stopVrma("vrma:idle-maid");
import { Vrm } from "@hmcs/sdk";
vrm.stopVrma(asset) stops a specific VRMA animation by its asset ID.
await character.stopVrma("vrma:idle-maid");