AnimateSelf
Introduction
Code Example
protected override void Update(GameTime gameTime)
{
SystemManagers.Default.Activity(gameTime.TotalGameTime.TotalSeconds);
currentScreenGue.AnimateSelf(gameTime.ElapsedGameTime.TotalSeconds);
...Last updated
Was this helpful?

