C# 클래스 Terraria.World.Generation.Shapes.Rectangle

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

공개 메소드들

메소드 설명
Perform ( System.Point origin, GenAction action ) : bool
Rectangle ( int width, int height ) : Microsoft.Xna.Framework

메소드 상세

Perform() 공개 메소드

public Perform ( System.Point origin, GenAction action ) : bool
origin System.Point
action GenAction
리턴 bool

Rectangle() 공개 메소드

public Rectangle ( int width, int height ) : Microsoft.Xna.Framework
width int
height int
리턴 Microsoft.Xna.Framework