C# Class TileManager.BoundPair

Afficher le fichier Open project: caffeinatedguy/Limbs

Méthodes publiques

Свойство Type Description
_max int
_min int

Méthodes publiques

Méthode Description
BoundPair ( int min, int max ) : UnityEngine
GetRandom ( ) : int

Method Details

BoundPair() public méthode

public BoundPair ( int min, int max ) : UnityEngine
min int
max int
Résultat UnityEngine

GetRandom() public méthode

public GetRandom ( ) : int
Résultat int

Property Details

_max public_oe property

public int _max
Résultat int

_min public_oe property

public int _min
Résultat int