C# Class RangedInt, unity-development-tools

Datei anzeigen Open project: heisarzola/Unity-Development-Tools Class Usage Examples

Public Properties

Property Type Description
max int
min int

Public Methods

Method Description
GetRandomValue ( ) : int
Init ( ) : void
RangedInt ( ) : UnityEngine
RangedInt ( int min, int max ) : UnityEngine
ToString ( ) : string

Method Details

GetRandomValue() public method

public GetRandomValue ( ) : int
return int

Init() public method

public Init ( ) : void
return void

RangedInt() public method

public RangedInt ( ) : UnityEngine
return UnityEngine

RangedInt() public method

public RangedInt ( int min, int max ) : UnityEngine
min int
max int
return UnityEngine

ToString() public method

public ToString ( ) : string
return string

Property Details

max public_oe property

public int max
return int

min public_oe property

public int min
return int