Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
TileManager.BoundPair
C# Class TileManager.BoundPair
Datei anzeigen
Open project: caffeinatedguy/Limbs
Public Properties
Property
Type
Description
_max
int
_min
int
Public Methods
Method
Description
BoundPair
(
int
min
,
int
max
) :
UnityEngine
GetRandom
( ) :
int
Method Details
BoundPair()
public
method
public
BoundPair
(
int
min
,
int
max
) :
UnityEngine
min
int
max
int
return
UnityEngine
GetRandom()
public
method
public
GetRandom
( ) :
int
return
int
Property Details
_max
public_oe property
public
int
_max
return
int
_min
public_oe property
public
int
_min
return
int