C# 클래스 SadConsole.Game.Animations

Helpers related to Consoles.AnimatedTextSurface animations.
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 메소드들

메소드 설명
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