Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SinglePlayer
UI
LevelRate
C# Class SinglePlayer.UI.LevelRate
Show file
Open project: tommai78101/Multiplier
Class Usage Examples
Public Properties
Property
Type
Description
category
Category
isIncreasing
int
level
int
rate
float
Public Methods
Method
Description
LevelRate
(
Category
cat
,
int
level
,
float
rate
) :
System
Method Details
LevelRate()
public
method
public
LevelRate
(
Category
cat
,
int
level
,
float
rate
) :
System
cat
Category
level
int
rate
float
return
System
Property Details
category
public property
public
Category,SinglePlayer.UI
category
return
Category
isIncreasing
public property
public
int
isIncreasing
return
int
level
public property
public
int
level
return
int
rate
public property
public
float
rate
return
float