C# 클래스 AnimalGenetics.CoreSettings

상속: ModSettings, ICloneable
파일 보기 프로젝트 열기: gregorycu/AnimalGenetics 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bestGeneChance float
humanMode bool
mean float
mutationMean float
mutationStdDev float
omniscientMode bool
stdDev float

공개 메소드들

메소드 설명
Clone ( ) : object
CoreSettings ( ) : System
ExposeData ( ) : void
Reset ( ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CoreSettings() 공개 메소드

public CoreSettings ( ) : System
리턴 System

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

bestGeneChance 공개적으로 프로퍼티

public float bestGeneChance
리턴 float

humanMode 공개적으로 프로퍼티

public bool humanMode
리턴 bool

mean 공개적으로 프로퍼티

public float mean
리턴 float

mutationMean 공개적으로 프로퍼티

public float mutationMean
리턴 float

mutationStdDev 공개적으로 프로퍼티

public float mutationStdDev
리턴 float

omniscientMode 공개적으로 프로퍼티

public bool omniscientMode
리턴 bool

stdDev 공개적으로 프로퍼티

public float stdDev
리턴 float