Skip to content

Vanda Engine 2.4.3

Compare
Choose a tag to compare
@ehsankamrani ehsankamrani released this 23 May 20:47
· 399 commits to master since this release

Vanda Engine 2.4.3 is available for download:
Official website: https://vanda3d.org/download-vanda-engine/
Github: https://github.com/ehsankamrani/vandaengine/releases/tag/v2.4.3
Sourceforge: https://sourceforge.net/projects/vandaengine/files/Vanda%20Engine%202/2.4.3/

What's new:

  1. Changed the name of the following APIs:
  • BlendCycle > ExecuteCyclicAnimation
  • ClearCycle > RemoveCyclicAnimation
  • ExecuteAction > ExecuteNonCyclicAnimation
  • ReverseExecuteAction > ReverseExecuteNonCyclicAnimation
  • RemoveAction > RemoveNonCyclicAnimation
  • PauseAnimations > PausePrefabInstanceAnimations
  • GetAnimationClipDuration > GetAnimationClipDurationOfPrefabInstance
  1. Added the following API:
  • ResumePrefabInstanceAnimations(string prefabInstanceName)