C# Class Nez.UI.DebugRectangleF

ファイルを表示 Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
color Color
rect RectangleF

Public Methods

Method Description
DebugRectangleF ( float x, float y, float width, float height, Color color ) : System
set ( float x, float y, float width, float height, Color color ) : void

Method Details

DebugRectangleF() public method

public DebugRectangleF ( float x, float y, float width, float height, Color color ) : System
x float
y float
width float
height float
color Color
return System

set() public method

public set ( float x, float y, float width, float height, Color color ) : void
x float
y float
width float
height float
color Color
return void

Property Details

color public_oe property

public Color color
return Color

rect public_oe property

public RectangleF rect
return RectangleF