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

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

공개 프로퍼티들

프로퍼티 타입 설명
NextAction GenAction
OutputData ShapeData

공개 메소드들

메소드 설명
Apply ( System.Point origin, int x, int y ) : bool
IgnoreFailures ( ) : GenAction
Output ( ShapeData data ) : GenAction

보호된 메소드들

메소드 설명
Fail ( ) : bool
UnitApply ( System.Point origin, int x, int y ) : bool

메소드 상세

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

public abstract Apply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
리턴 bool

Fail() 보호된 메소드

protected Fail ( ) : bool
리턴 bool

IgnoreFailures() 공개 메소드

public IgnoreFailures ( ) : GenAction
리턴 GenAction

Output() 공개 메소드

public Output ( ShapeData data ) : GenAction
data ShapeData
리턴 GenAction

UnitApply() 보호된 메소드

protected UnitApply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
리턴 bool

프로퍼티 상세

NextAction 공개적으로 프로퍼티

public GenAction,Terraria.World.Generation NextAction
리턴 GenAction

OutputData 공개적으로 프로퍼티

public ShapeData,Terraria.World.Generation OutputData
리턴 ShapeData