C# Class FluffyManager.Trigger_Threshold

Inheritance: Trigger
Afficher le fichier Open project: FluffierThanThou/RW_Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
Count int
DefaultCount int
DefaultMaxUpperThreshold int
MaxUpperThreshold int
Op Ops
ThresholdFilter ThingFilter
stockpile Zone_Stockpile

Méthodes publiques

Méthode 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 méthode

public DrawProgressBar ( Rect rect, bool active ) : void
rect UnityEngine.Rect
active bool
Résultat void

DrawTriggerConfig() public méthode

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
Résultat void

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Trigger_Threshold() public méthode

public Trigger_Threshold ( ManagerJob_Foraging job ) : System
job ManagerJob_Foraging
Résultat System

Trigger_Threshold() public méthode

public Trigger_Threshold ( ManagerJob_Forestry job ) : System
job ManagerJob_Forestry
Résultat System

Trigger_Threshold() public méthode

public Trigger_Threshold ( ManagerJob_Hunting job ) : System
job ManagerJob_Hunting
Résultat System

Trigger_Threshold() public méthode

public Trigger_Threshold ( ManagerJob_Production job ) : System
job ManagerJob_Production
Résultat System

Property Details

Count public_oe property

public int Count
Résultat int

DefaultCount public_oe static_oe property

public static int DefaultCount
Résultat int

DefaultMaxUpperThreshold public_oe static_oe property

public static int DefaultMaxUpperThreshold
Résultat int

MaxUpperThreshold public_oe property

public int MaxUpperThreshold
Résultat int

Op public_oe property

public Ops Op
Résultat Ops

ThresholdFilter public_oe property

public ThingFilter ThresholdFilter
Résultat ThingFilter

stockpile public_oe property

public Zone_Stockpile stockpile
Résultat Zone_Stockpile