animation-basics.md 495 B

Animation basics

This C# Intermediate tutorial covers the basics of animation with Stride.

Explanation

All animations exist as animation clips assets in your project. From there on we can start, pause and fade animations by using Stride's animation component.

[!Video https://www.youtube.com/embed/o924grDYDjU]

Code

[!code-csharpAnimationBasics]