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

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

보호된 프로퍼티들

프로퍼티 타입 설명
_quitOnFail bool

공개 메소드들

메소드 설명
Output ( ShapeData outputData ) : GenShape
Perform ( Point origin, GenAction action ) : bool
QuitOnFail ( bool value = true ) : GenShape

보호된 메소드들

메소드 설명
UnitApply ( GenAction action, Point origin, int x, int y ) : bool

메소드 상세

Output() 공개 메소드

public Output ( ShapeData outputData ) : GenShape
outputData ShapeData
리턴 GenShape

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

public abstract Perform ( Point origin, GenAction action ) : bool
origin Microsoft.Xna.Framework.Point
action GenAction
리턴 bool

QuitOnFail() 공개 메소드

public QuitOnFail ( bool value = true ) : GenShape
value bool
리턴 GenShape

UnitApply() 보호된 메소드

protected UnitApply ( GenAction action, Point origin, int x, int y ) : bool
action GenAction
origin Microsoft.Xna.Framework.Point
x int
y int
리턴 bool

프로퍼티 상세

_quitOnFail 보호되어 있는 프로퍼티

protected bool _quitOnFail
리턴 bool