C# Class AllowTool.Designator_Allow

Inheritance: Designator_SelectableThings
ファイルを表示 Open project: UnlimitedHugs/RimworldAllowTool

Public Methods

Method Description
Designator_Allow ( ThingDesignatorDef def ) : RimWorld

Protected Methods

Method Description
ProcessCell ( IntVec3 c ) : int
ThingIsRelevant ( Thing item ) : bool

Method Details

Designator_Allow() public method

public Designator_Allow ( ThingDesignatorDef def ) : RimWorld
def ThingDesignatorDef
return RimWorld

ProcessCell() protected method

protected ProcessCell ( IntVec3 c ) : int
c IntVec3
return int

ThingIsRelevant() protected method

protected ThingIsRelevant ( Thing item ) : bool
item Thing
return bool