C# 클래스 AllowTool.Designator_AllowAll

상속: Designator_SelectableThings
파일 보기 프로젝트 열기: UnlimitedHugs/RimworldAllowTool

공개 메소드들

메소드 설명
Designator_AllowAll ( ThingDesignatorDef def ) : RimWorld
ProcessInput ( Event ev ) : void

보호된 메소드들

메소드 설명
ProcessCell ( IntVec3 cell ) : int
ThingIsRelevant ( Thing item ) : bool

비공개 메소드들

메소드 설명
AllowAllTheThings ( ) : void

메소드 상세

Designator_AllowAll() 공개 메소드

public Designator_AllowAll ( ThingDesignatorDef def ) : RimWorld
def ThingDesignatorDef
리턴 RimWorld

ProcessCell() 보호된 메소드

protected ProcessCell ( IntVec3 cell ) : int
cell IntVec3
리턴 int

ProcessInput() 공개 메소드

public ProcessInput ( Event ev ) : void
ev UnityEngine.Event
리턴 void

ThingIsRelevant() 보호된 메소드

protected ThingIsRelevant ( Thing item ) : bool
item Thing
리턴 bool