C# Class UnityEngine.Rect

ファイルを表示 Open project: jbruening/UnEngine Class Usage Examples

Public Properties

Property Type Description
height float
width float
x float
y float

Public Methods

Method Description
Rect ( float left, float top, float width, float height ) : System

Method Details

Rect() public method

public Rect ( float left, float top, float width, float height ) : System
left float
top float
width float
height float
return System

Property Details

height public_oe property

public float height
return float

width public_oe property

public float width
return float

x public_oe property

public float x
return float

y public_oe property

public float y
return float