C# 클래스 Plugins.Smoother

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

공개 프로퍼티들

프로퍼티 타입 설명
baseTiles ].int[
hTiles int[]
ignoreTiles List
vTiles int[]

보호된 프로퍼티들

프로퍼티 타입 설명
tiles HashSet

공개 메소드들

메소드 설명
Apply ( PluginManager manager ) : void
GetTile ( int x, int y, PluginManager manager ) : int
Smoother ( ) : System

보호된 메소드들

메소드 설명
AssembleTiles ( ) : void
GetTileBy ( int x, int y, PluginManager manager, bool>.Func checker ) : int

메소드 상세

Apply() 공개 메소드

public Apply ( PluginManager manager ) : void
manager PluginManager
리턴 void

AssembleTiles() 보호된 메소드

protected AssembleTiles ( ) : void
리턴 void

GetTile() 공개 메소드

public GetTile ( int x, int y, PluginManager manager ) : int
x int
y int
manager PluginManager
리턴 int

GetTileBy() 보호된 메소드

protected GetTileBy ( int x, int y, PluginManager manager, bool>.Func checker ) : int
x int
y int
manager PluginManager
checker bool>.Func
리턴 int

Smoother() 공개 메소드

public Smoother ( ) : System
리턴 System

프로퍼티 상세

baseTiles 공개적으로 프로퍼티

public int[,] baseTiles
리턴 ].int[

hTiles 공개적으로 프로퍼티

public int[] hTiles
리턴 int[]

ignoreTiles 공개적으로 프로퍼티

public List ignoreTiles
리턴 List

tiles 보호되어 있는 프로퍼티

protected HashSet tiles
리턴 HashSet

vTiles 공개적으로 프로퍼티

public int[] vTiles
리턴 int[]