C# Class wServer.realm.setpieces.SetPieces.Rect

显示文件 Open project: C453/OryxKingdom

Public Properties

Property Type Description
h int
w int
x int
y int

Public Methods

Method Description
Intersects ( Rect r1, Rect r2 ) : bool

Method Details

Intersects() public static method

public static Intersects ( Rect r1, Rect r2 ) : bool
r1 Rect
r2 Rect
return bool

Property Details

h public_oe property

public int h
return int

w public_oe property

public int w
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int