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
MonoGdx
TableLayout
FixedValue
C# Class MonoGdx.TableLayout.FixedValue
Inheritance:
Value
ファイルを表示
Open project: jaquadro/MonoGdx
Public Methods
Method
Description
FixedValue
(
float
value
) :
System
Get
(
Cell
cell
) :
float
Get
(
object
table
) :
float
Set
(
float
value
) :
void
Method Details
FixedValue()
public
method
public
FixedValue
(
float
value
) :
System
value
float
return
System
Get()
public
method
public
Get
(
Cell
cell
) :
float
cell
Cell
return
float
Get()
public
method
public
Get
(
object
table
) :
float
table
object
return
float
Set()
public
method
public
Set
(
float
value
) :
void
value
float
return
void