C# Class FluffyManager.Trigger_Threshold

Inheritance: Trigger
Mostra file Open project: FluffierThanThou/RW_Manager Class Usage Examples

Public Properties

Property Type Description
Count int
DefaultCount int
DefaultMaxUpperThreshold int
MaxUpperThreshold int
Op Ops
ThresholdFilter ThingFilter
stockpile Zone_Stockpile

Public Methods

Method Description
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

Method Details

DrawProgressBar() public method

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

DrawTriggerConfig() public method

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
return void

ExposeData() public method

public ExposeData ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Trigger_Threshold() public method

public Trigger_Threshold ( ManagerJob_Foraging job ) : System
job ManagerJob_Foraging
return System

Trigger_Threshold() public method

public Trigger_Threshold ( ManagerJob_Forestry job ) : System
job ManagerJob_Forestry
return System

Trigger_Threshold() public method

public Trigger_Threshold ( ManagerJob_Hunting job ) : System
job ManagerJob_Hunting
return System

Trigger_Threshold() public method

public Trigger_Threshold ( ManagerJob_Production job ) : System
job ManagerJob_Production
return System

Property Details

Count public_oe property

public int Count
return int

DefaultCount public_oe static_oe property

public static int DefaultCount
return int

DefaultMaxUpperThreshold public_oe static_oe property

public static int DefaultMaxUpperThreshold
return int

MaxUpperThreshold public_oe property

public int MaxUpperThreshold
return int

Op public_oe property

public Ops Op
return Ops

ThresholdFilter public_oe property

public ThingFilter ThresholdFilter
return ThingFilter

stockpile public_oe property

public Zone_Stockpile stockpile
return Zone_Stockpile