C# 클래스 SharpQuake.FloodFiller

파일 보기 프로젝트 열기: Memorix101/SharpQuake 1 사용 예제들

공개 메소드들

메소드 설명
FloodFiller ( ByteArraySegment skin, int skinwidth, int skinheight ) : System
Perform ( ) : void

비공개 메소드들

메소드 설명
Step ( int offset, int dx, int dy ) : void

메소드 상세

FloodFiller() 공개 메소드

public FloodFiller ( ByteArraySegment skin, int skinwidth, int skinheight ) : System
skin ByteArraySegment
skinwidth int
skinheight int
리턴 System

Perform() 공개 메소드

public Perform ( ) : void
리턴 void