Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
u2048
CFG
C# Class u2048.CFG
ファイルを表示
Open project: jakowskidev/u2048_Jakowski
Class Usage Examples
Public Methods
Method
Description
getCurrentTime
( ) :
long
getHeight
( ) :
int
getInstance
( ) :
CFG
getTime
( ) :
long
getWidth
( ) :
int
setTime
(
long
lTime
) :
void
Private Methods
Method
Description
CFG
( ) :
System
Method Details
getCurrentTime()
public
method
public
getCurrentTime
( ) :
long
return
long
getHeight()
public
method
public
getHeight
( ) :
int
return
int
getInstance()
public
static
method
public
static
getInstance
( ) :
CFG
return
CFG
getTime()
public
method
public
getTime
( ) :
long
return
long
getWidth()
public
method
public
getWidth
( ) :
int
return
int
setTime()
public
method
public
setTime
(
long
lTime
) :
void
lTime
long
return
void