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