C# Class Category5.MegaTileLOD.Range

Show file Open project: AnyKey/tojam4

Public Properties

Property Type Description
High int
Low int

Public Methods

Method Description
Range ( int low, int high ) : System

Method Details

Range() public method

public Range ( int low, int high ) : System
low int
high int
return System

Property Details

High public property

public int High
return int

Low public property

public int Low
return int