C# 클래스 Terraria.World.Generation.GenSearch

상속: GenBase
파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NOT_FOUND System.Point

공개 메소드들

메소드 설명
Conditions ( ) : GenSearch
Find ( System.Point origin ) : System.Point
RequireAll ( bool mode ) : GenSearch

보호된 메소드들

메소드 설명
Check ( int x, int y ) : bool

메소드 상세

Check() 보호된 메소드

protected Check ( int x, int y ) : bool
x int
y int
리턴 bool

Conditions() 공개 메소드

public Conditions ( ) : GenSearch
리턴 GenSearch

Find() 공개 추상적인 메소드

public abstract Find ( System.Point origin ) : System.Point
origin System.Point
리턴 System.Point

RequireAll() 공개 메소드

public RequireAll ( bool mode ) : GenSearch
mode bool
리턴 GenSearch

프로퍼티 상세

NOT_FOUND 공개적으로 정적으로 프로퍼티

public static Point,System NOT_FOUND
리턴 System.Point