C# Class PhenoSpeed, Hero.Coli

Inheritance: Phenotype
Afficher le fichier Open project: CyberCRI/Hero.Coli

Méthodes publiques

Свойство Type Description
add2ndFlagellumThreshold float
add3rdFlagellumThreshold float
centralFlagellum GameObject
leftFlagellum GameObject
lowCC float
lowSpeed float
medCC float
medSpeed float
rem2ndFlagellumThreshold float
rem3rdFlagellumThreshold float
rightFlagellum GameObject

Méthodes publiques

Méthode Description
StartPhenotype ( ) : void
UpdatePhenotype ( ) : void
getIntensity ( float cc ) : float
initMoleculePhenotype ( ) : void
setBaseSpeed ( float speed ) : void

Private Methods

Méthode Description
set1Flagella ( ) : void
set2Flagella ( ) : void
set3Flagella ( ) : void
updateFlagellaCount ( float speed ) : void

Method Details

StartPhenotype() public méthode

public StartPhenotype ( ) : void
Résultat void

UpdatePhenotype() public méthode

public UpdatePhenotype ( ) : void
Résultat void

getIntensity() public méthode

public getIntensity ( float cc ) : float
cc float
Résultat float

initMoleculePhenotype() public méthode

public initMoleculePhenotype ( ) : void
Résultat void

setBaseSpeed() public méthode

public setBaseSpeed ( float speed ) : void
speed float
Résultat void

Property Details

add2ndFlagellumThreshold public_oe property

public float add2ndFlagellumThreshold
Résultat float

add3rdFlagellumThreshold public_oe property

public float add3rdFlagellumThreshold
Résultat float

centralFlagellum public_oe property

public GameObject centralFlagellum
Résultat GameObject

leftFlagellum public_oe property

public GameObject leftFlagellum
Résultat GameObject

lowCC public_oe property

public float lowCC
Résultat float

lowSpeed public_oe property

public float lowSpeed
Résultat float

medCC public_oe property

public float medCC
Résultat float

medSpeed public_oe property

public float medSpeed
Résultat float

rem2ndFlagellumThreshold public_oe property

public float rem2ndFlagellumThreshold
Résultat float

rem3rdFlagellumThreshold public_oe property

public float rem3rdFlagellumThreshold
Résultat float

rightFlagellum public_oe property

public GameObject rightFlagellum
Résultat GameObject