C# 클래스 ARKBreedingStats.BreedingPlan

파일 보기 프로젝트 열기: cadon/ARKStatsExtractor

공개 프로퍼티들

프로퍼티 타입 설명
chosenCreature Creature
currentSpecies string
maxSuggestions int
speciesIndex int
statWeights double[]

공개 메소드들

메소드 설명
BreedingPlan ( ) : System
Clear ( ) : void
ClearControls ( ) : void
drawBestParents ( BreedingMode breedingMode, bool updateBreedingData = false ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

비공개 메소드들

메소드 설명
CreatureClicked ( Creature c, int comboIndex, MouseEventArgs e ) : void
CreatureEdit ( Creature c, bool isVirtual ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

buttonBabyPhase_Click ( object sender, EventArgs e ) : void
buttonHatching_Click ( object sender, EventArgs e ) : void
setBreedingData ( string species = "" ) : void
setParents ( int comboIndex ) : void

메소드 상세

BreedingPlan() 공개 메소드

public BreedingPlan ( ) : System
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearControls() 공개 메소드

public ClearControls ( ) : void
리턴 void

Dispose() 보호된 메소드

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
리턴 void

drawBestParents() 공개 메소드

public drawBestParents ( BreedingMode breedingMode, bool updateBreedingData = false ) : void
breedingMode BreedingMode
updateBreedingData bool
리턴 void

프로퍼티 상세

chosenCreature 공개적으로 프로퍼티

public Creature,ARKBreedingStats chosenCreature
리턴 Creature

currentSpecies 공개적으로 프로퍼티

public string currentSpecies
리턴 string

maxSuggestions 공개적으로 프로퍼티

public int maxSuggestions
리턴 int

speciesIndex 공개적으로 프로퍼티

public int speciesIndex
리턴 int

statWeights 공개적으로 프로퍼티

public double[] statWeights
리턴 double[]