C# Class AllowTool.Designator_AllowAll

Inheritance: Designator_SelectableThings
Afficher le fichier Open project: UnlimitedHugs/RimworldAllowTool

Méthodes publiques

Méthode Description
Designator_AllowAll ( ThingDesignatorDef def ) : RimWorld
ProcessInput ( Event ev ) : void

Méthodes protégées

Méthode Description
ProcessCell ( IntVec3 cell ) : int
ThingIsRelevant ( Thing item ) : bool

Private Methods

Méthode Description
AllowAllTheThings ( ) : void

Method Details

Designator_AllowAll() public méthode

public Designator_AllowAll ( ThingDesignatorDef def ) : RimWorld
def ThingDesignatorDef
Résultat RimWorld

ProcessCell() protected méthode

protected ProcessCell ( IntVec3 cell ) : int
cell IntVec3
Résultat int

ProcessInput() public méthode

public ProcessInput ( Event ev ) : void
ev UnityEngine.Event
Résultat void

ThingIsRelevant() protected méthode

protected ThingIsRelevant ( Thing item ) : bool
item Thing
Résultat bool