프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Height | int | ||
LineColor | Color | ||
TopLeft | Vector2 | ||
Width | int |
메소드 | 설명 | |
---|---|---|
Box ( Vector2 topLeft, int width, int height, Color color ) : System | ||
Draw ( ) : void |
메소드 | 설명 | |
---|---|---|
CalculatePoints ( ) : void |
public Box ( Vector2 topLeft, int width, int height, Color color ) : System | ||
topLeft | Vector2 | |
width | int | |
height | int | |
color | Color | |
리턴 | System |