Blend Shapes Preset Manager
v4.0
Last updated

v4.0
Last updated
blendShapesPresetManager.ActivatePreset(0); // Set to the first preset
blendShapesPresetManager.ActivatePreset("Random"); // Set to the "Random" preset.blendShapesPresetManager.StartTransitionToPreset(0); // Transition to the first preset
blendShapesPresetManager.StartTransitionToPreset("Random"); // Transition to the "Random" preset.