C# 클래스 ARKBreedingStats.ARKOverlay

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: cadon/ARKStatsExtractor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExtractorForm Form1
OCRing bool
inventoryCheckTimer Timer
theOverlay ARKOverlay
timers List

공개 메소드들

메소드 설명
ARKOverlay ( ) : System
setValues ( float wildValues, float tamedValues, Color colors = null ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
ARKOverlay_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

inventoryCheckTimer_Tick ( object sender, EventArgs e ) : void
setBreedingProgressValues ( float percentage, int maxTime ) : void
setExtraText ( string p ) : void

메소드 상세

ARKOverlay() 공개 메소드

public ARKOverlay ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

setValues() 공개 메소드

public setValues ( float wildValues, float tamedValues, Color colors = null ) : void
wildValues float
tamedValues float
colors Color
리턴 void

프로퍼티 상세

ExtractorForm 공개적으로 프로퍼티

public Form1 ExtractorForm
리턴 Form1

OCRing 공개적으로 프로퍼티

public bool OCRing
리턴 bool

inventoryCheckTimer 공개적으로 프로퍼티

public Timer inventoryCheckTimer
리턴 Timer

theOverlay 공개적으로 정적으로 프로퍼티

public static ARKOverlay,ARKBreedingStats theOverlay
리턴 ARKOverlay

timers 공개적으로 프로퍼티

public List timers
리턴 List