C# Класс SadConsole.Game.Animations

Helpers related to Consoles.AnimatedTextSurface animations.
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateStatic ( int width, int height, int frames, double blankChance ) : Consoles.AnimatedTextSurface

Creates an animated surface that looks like static.

Описание методов

CreateStatic() публичный статический Метод

Creates an animated surface that looks like static.
public static CreateStatic ( int width, int height, int frames, double blankChance ) : Consoles.AnimatedTextSurface
width int The width of the surface.
height int The height of the surface.
frames int How many frames the animation should have.
blankChance double Chance a character will be blank. Characters are between index 48-158. Chance is evaluated versus .
Результат Consoles.AnimatedTextSurface