animation-basics.md 636 B

Animation basics

Explanation

This C# Intermediate tutorial covers the basics of animation with Stride. All animations exist as animation clips assets in your project. From there on we can start, pause and stop animations by using Stride's animation component

Code

[!code-csharpNavigateCharacter]