Model Animations
Triggers when a VStudio Model performs an animation
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
animationEventData | string | text associated with the event Example: Anim_Start, Anim_End |
animationEventTime | double | time in seconds within the animation when the animation-event was encountered Example: 0.423317 |
animationEventType | string | field containing the event source Example: Start, End, Custom |
animationLength | double | length of the animation in seconds Example: 1.6670000553131104 |
animationName | string | name of the animation Example: 00_idle.motion3.json |
isIdleAnimation | bool | indicator whether the event was triggered within an idle-animation or not Example: True/FalseisLive2DItem |
isLive2DItem | bool | indicator whether it's a Live2D item or not Example: True/False |
modelId | string | ID of the model Example: 62c6a71a4d324204afd25f61445f8e4f |
modelName | string | name of the model Example: Hijiki |