C# Class MonoGdx.TableLayout.FixedValue

Inheritance: Value
Afficher le fichier Open project: jaquadro/MonoGdx

Méthodes publiques

Méthode Description
FixedValue ( float value ) : System
Get ( Cell cell ) : float
Get ( object table ) : float
Set ( float value ) : void

Method Details

FixedValue() public méthode

public FixedValue ( float value ) : System
value float
Résultat System

Get() public méthode

public Get ( Cell cell ) : float
cell Cell
Résultat float

Get() public méthode

public Get ( object table ) : float
table object
Résultat float

Set() public méthode

public Set ( float value ) : void
value float
Résultat void