C# Class UnityEngine.Rect

Show file 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 property

public float height
return float

width public property

public float width
return float

x public property

public float x
return float

y public property

public float y
return float