C# Class FluffyManager.Trigger_PawnKind

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

Méthodes publiques

Свойство Type Description
CountTargets int>.Dictionary
pawnKind PawnKindDef

Méthodes publiques

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

Méthode Description
AllTrainingWantedSet ( ) : bool

Method Details

DrawTriggerConfig() public méthode

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

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

Trigger_PawnKind() public méthode

public Trigger_PawnKind ( Manager manager ) : System.Collections.Generic
manager Manager
Résultat System.Collections.Generic

Property Details

CountTargets public_oe property

public Dictionary CountTargets
Résultat int>.Dictionary

pawnKind public_oe property

public PawnKindDef pawnKind
Résultat PawnKindDef