Page MenuHomeFeedback Tracker

New switch/playMove params to select the animation start playtime and ability to freeze unit in this animation phase
Closed, DuplicatePublic

Description

For example, let's take the animation Acts_UnconsciousStandUp_part1 with duration 43.859 sec, duration time value can get from Splendid Animation Viewer

I would like to play this animation starting at 30 seconds

  • duration: Number - The animation starts from this time and not from the beginning
player switchMove ["Acts_UnconsciousStandUp_part1", 30]

And it will be a good ability to freeze a unit in this animation with the selected starting animation time

  • freeze: Boolean - false (default) animation will start play from the selected time. True for freeze unit in animation at selected time
player switchMove ["Acts_UnconsciousStandUp_part1", [30, true]]

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Operating System Version
22H2
Category
Feature Request