C# Class RandomFloat, ggj16

显示文件 Open project: amzeratul/ggj16 Class Usage Examples

Public Properties

Property Type Description
max float
min float

Public Methods

Method Description
Get ( ) : float
GetPicked ( ) : float
Pick ( ) : float

Method Details

Get() public method

public Get ( ) : float
return float

GetPicked() public method

public GetPicked ( ) : float
return float

Pick() public method

public Pick ( ) : float
return float

Property Details

max public_oe property

public float max
return float

min public_oe property

public float min
return float