KybernetikGames / animancer

Documentation for the Animancer Unity Plugin.
66 stars 8 forks source link

How to set the playback progress of the current animation #286

Closed RouderSky closed 1 year ago

RouderSky commented 1 year ago

I want to set the current animation to a specific point in time how to do

KybernetikGames commented 1 year ago

animancerComponent.Layers[0].CurrentState.Time = ???

RouderSky commented 1 year ago

thx!!!