Description
Launch an animation in a 3D Scene at timecode 00:00:00:00.
If your show has multiple animation tracks referencing the same skeleton, toggling them ON simultaneously will stack the keyframe values and break the animations.
In this case, they should be toggled ON one at a time making use of the stopAnimationScene3D() function to toggle OFF the others.
Syntax
designer.launchAnimationScene3D("3D SCENE NAME", "ANIMATION NAME");
Parameters
Parameter | Type | Description |
---|---|---|
3D SCENE NAME |
String | Specify the name of the 3D Scene where the animation is present |
ANIMATION NAME |
String | Specify the name of the animation to play |
Return
This function does not return anything.
Need more help with this?
Don’t hesitate to contact us here.