Compare commits

...

2 Commits

Author SHA1 Message Date
shenjianxing
2c5cd132bb Merge branch 'master' into LouDi_Quan 2025-02-27 16:17:26 +08:00
shenjianxing
0da2c9ea70 扩展timeline 倍速参数 2025-02-27 15:51:55 +08:00

View File

@ -109,6 +109,10 @@ public class TimeLineAction : IAction
{
curSpeed = 1;
}
if (!play.playableGraph.IsValid())
{
play.RebuildGraph();
}
play.playableGraph.GetRootPlayable(0).SetSpeed(curSpeed);
play.Play();