C# 클래스 FluffyManager.Trigger_Threshold

상속: Trigger
파일 보기 프로젝트 열기: FluffierThanThou/RW_Manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Count int
DefaultCount int
DefaultMaxUpperThreshold int
MaxUpperThreshold int
Op Ops
ThresholdFilter ThingFilter
stockpile Zone_Stockpile

공개 메소드들

메소드 설명
DrawProgressBar ( Rect rect, bool active ) : void
DrawTriggerConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false, string label = null, string tooltip = null ) : void
ExposeData ( ) : void
ToString ( ) : string
Trigger_Threshold ( ManagerJob_Foraging job ) : System
Trigger_Threshold ( ManagerJob_Forestry job ) : System
Trigger_Threshold ( ManagerJob_Hunting job ) : System
Trigger_Threshold ( ManagerJob_Production job ) : System

메소드 상세

DrawProgressBar() 공개 메소드

public DrawProgressBar ( Rect rect, bool active ) : void
rect UnityEngine.Rect
active bool
리턴 void

DrawTriggerConfig() 공개 메소드

public DrawTriggerConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false, string label = null, string tooltip = null ) : void
cur Vector2
width float
entryHeight float
alt bool
label string
tooltip string
리턴 void

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Trigger_Threshold() 공개 메소드

public Trigger_Threshold ( ManagerJob_Foraging job ) : System
job ManagerJob_Foraging
리턴 System

Trigger_Threshold() 공개 메소드

public Trigger_Threshold ( ManagerJob_Forestry job ) : System
job ManagerJob_Forestry
리턴 System

Trigger_Threshold() 공개 메소드

public Trigger_Threshold ( ManagerJob_Hunting job ) : System
job ManagerJob_Hunting
리턴 System

Trigger_Threshold() 공개 메소드

public Trigger_Threshold ( ManagerJob_Production job ) : System
job ManagerJob_Production
리턴 System

프로퍼티 상세

Count 공개적으로 프로퍼티

public int Count
리턴 int

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

public static int DefaultCount
리턴 int

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

public static int DefaultMaxUpperThreshold
리턴 int

MaxUpperThreshold 공개적으로 프로퍼티

public int MaxUpperThreshold
리턴 int

Op 공개적으로 프로퍼티

public Ops Op
리턴 Ops

ThresholdFilter 공개적으로 프로퍼티

public ThingFilter ThresholdFilter
리턴 ThingFilter

stockpile 공개적으로 프로퍼티

public Zone_Stockpile stockpile
리턴 Zone_Stockpile