C# Class Rectangle, CodeSpells

显示文件 Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
x float

Public Methods

Method Description
Rectangle ( float xcoord, float ycoord, float width, float height ) : UnityEngine
getRect ( ) : Rect

Method Details

Rectangle() public method

public Rectangle ( float xcoord, float ycoord, float width, float height ) : UnityEngine
xcoord float
ycoord float
width float
height float
return UnityEngine

getRect() public method

public getRect ( ) : Rect
return Rect

Property Details

x public_oe property

public float x
return float