C# 클래스 Phenotype, Hero.Coli

상속: MonoBehaviour
파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_mediumRef Medium,
_molecules ArrayList
_reactionEngine ReactionEngine,

공개 메소드들

메소드 설명
Start ( ) : void
StartPhenotype ( ) : void
Update ( ) : void
UpdatePhenotype ( ) : void
hill ( float x, float threshold, float stepness, float min, float max ) : float
initMolecules ( ) : void
initialize ( ) : void
setMediumId ( int id ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

StartPhenotype() 공개 추상적인 메소드

public abstract StartPhenotype ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdatePhenotype() 공개 추상적인 메소드

public abstract UpdatePhenotype ( ) : void
리턴 void

hill() 공개 정적인 메소드

public static hill ( float x, float threshold, float stepness, float min, float max ) : float
x float
threshold float
stepness float
min float
max float
리턴 float

initMolecules() 공개 메소드

public initMolecules ( ) : void
리턴 void

initialize() 공개 메소드

public initialize ( ) : void
리턴 void

setMediumId() 공개 메소드

public setMediumId ( int id ) : void
id int
리턴 void

프로퍼티 상세

_mediumRef 보호되어 있는 프로퍼티

protected Medium, _mediumRef
리턴 Medium,

_molecules 보호되어 있는 정적으로 프로퍼티

protected static ArrayList _molecules
리턴 ArrayList

_reactionEngine 보호되어 있는 프로퍼티

protected ReactionEngine, _reactionEngine
리턴 ReactionEngine,