C# Class DisplayedMolecule, Hero.Coli

Afficher le fichier Open project: CyberCRI/Hero.Coli Class Usage Examples

Méthodes publiques

Méthode Description
DisplayedMolecule ( string codeName, string realName, float val, DisplayType, displayType = DisplayType.MOLECULELIST ) : UnityEngine
DisplayedMolecule ( string codeName, string realName, string val, DisplayType, displayType = DisplayType.MOLECULELIST ) : UnityEngine
OnLanguageChanged ( ) : void
getCodeName ( ) : string
getDisplayType ( ) : DisplayType,
getRealName ( ) : string
getVal ( ) : string
isUpdated ( ) : bool
reset ( ) : void
setDisplayType ( DisplayType, displayType ) : void
setRealName ( string realName ) : void
update ( float val ) : void
update ( string val ) : void

Method Details

DisplayedMolecule() public méthode

public DisplayedMolecule ( string codeName, string realName, float val, DisplayType, displayType = DisplayType.MOLECULELIST ) : UnityEngine
codeName string
realName string
val float
displayType DisplayType,
Résultat UnityEngine

DisplayedMolecule() public méthode

public DisplayedMolecule ( string codeName, string realName, string val, DisplayType, displayType = DisplayType.MOLECULELIST ) : UnityEngine
codeName string
realName string
val string
displayType DisplayType,
Résultat UnityEngine

OnLanguageChanged() public méthode

public OnLanguageChanged ( ) : void
Résultat void

getCodeName() public méthode

public getCodeName ( ) : string
Résultat string

getDisplayType() public méthode

public getDisplayType ( ) : DisplayType,
Résultat DisplayType,

getRealName() public méthode

public getRealName ( ) : string
Résultat string

getVal() public méthode

public getVal ( ) : string
Résultat string

isUpdated() public méthode

public isUpdated ( ) : bool
Résultat bool

reset() public méthode

public reset ( ) : void
Résultat void

setDisplayType() public méthode

public setDisplayType ( DisplayType, displayType ) : void
displayType DisplayType,
Résultat void

setRealName() public méthode

public setRealName ( string realName ) : void
realName string
Résultat void

update() public méthode

public update ( float val ) : void
val float
Résultat void

update() public méthode

public update ( string val ) : void
val string
Résultat void