C# Class FluffyManager.Trigger_Threshold

Inheritance: Trigger
Show 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 property

public int Count
return int

DefaultCount public static property

public static int DefaultCount
return int

DefaultMaxUpperThreshold public static property

public static int DefaultMaxUpperThreshold
return int

MaxUpperThreshold public property

public int MaxUpperThreshold
return int

Op public property

public Ops Op
return Ops

ThresholdFilter public property

public ThingFilter ThresholdFilter
return ThingFilter

stockpile public property

public Zone_Stockpile stockpile
return Zone_Stockpile