C# Class FluffyManager.Trigger_PawnKind

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

Public Properties

Property Type Description
CountTargets int>.Dictionary
pawnKind PawnKindDef

Public Methods

Method Description
DrawTriggerConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false, string label = null, string tooltip = null ) : void
ExposeData ( ) : void
Trigger_PawnKind ( Manager manager ) : System.Collections.Generic

Private Methods

Method Description
AllTrainingWantedSet ( ) : bool

Method Details

DrawTriggerConfig() public method

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

ExposeData() public method

public ExposeData ( ) : void
return void

Trigger_PawnKind() public method

public Trigger_PawnKind ( Manager manager ) : System.Collections.Generic
manager Manager
return System.Collections.Generic

Property Details

CountTargets public_oe property

public Dictionary CountTargets
return int>.Dictionary

pawnKind public_oe property

public PawnKindDef pawnKind
return PawnKindDef