C# Class DisplayedMolecule, Hero.Coli

显示文件 Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Methods

Method 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 method

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

DisplayedMolecule() public method

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

OnLanguageChanged() public method

public OnLanguageChanged ( ) : void
return void

getCodeName() public method

public getCodeName ( ) : string
return string

getDisplayType() public method

public getDisplayType ( ) : DisplayType,
return DisplayType,

getRealName() public method

public getRealName ( ) : string
return string

getVal() public method

public getVal ( ) : string
return string

isUpdated() public method

public isUpdated ( ) : bool
return bool

reset() public method

public reset ( ) : void
return void

setDisplayType() public method

public setDisplayType ( DisplayType, displayType ) : void
displayType DisplayType,
return void

setRealName() public method

public setRealName ( string realName ) : void
realName string
return void

update() public method

public update ( float val ) : void
val float
return void

update() public method

public update ( string val ) : void
val string
return void