C# 클래스 FluffyManager.ManagerJob_Foraging

상속: ManagerJob
파일 보기 프로젝트 열기: FluffierThanThou/RW_Manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllowedPlants bool>.Dictionary
ForagingArea Area
ForceFullyMature bool
History History
Trigger Trigger_Threshold

공개 메소드들

메소드 설명
AddRelevantGameDesignations ( ) : void
CleanDeadDesignations ( ) : void

Remove designations in our managed list that are not in the game's designation manager.

CleanUp ( ) : void

Clean up all outstanding designations

DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void
DrawOverviewDetails ( Rect rect ) : void
ExposeData ( ) : void
ManagerJob_Foraging ( Manager manager ) : System
Tick ( ) : void
TryDoJob ( ) : bool

비공개 메소드들

메소드 설명
AddDesignation ( Designation des ) : void
CleanAreaDesignations ( ) : void
GetValidForagingTargetsSorted ( ) : List
IsValidForagingTarget ( LocalTargetInfo t ) : bool
IsValidForagingTarget ( Plant p ) : bool
IsValidForagingTarget ( Thing t ) : bool

메소드 상세

AddRelevantGameDesignations() 공개 메소드

public AddRelevantGameDesignations ( ) : void
리턴 void

CleanDeadDesignations() 공개 메소드

Remove designations in our managed list that are not in the game's designation manager.
public CleanDeadDesignations ( ) : void
리턴 void

CleanUp() 공개 메소드

Clean up all outstanding designations
public CleanUp ( ) : void
리턴 void

DrawListEntry() 공개 메소드

public DrawListEntry ( Rect rect, bool overview = true, bool active = true ) : void
rect UnityEngine.Rect
overview bool
active bool
리턴 void

DrawOverviewDetails() 공개 메소드

public DrawOverviewDetails ( Rect rect ) : void
rect UnityEngine.Rect
리턴 void

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

ManagerJob_Foraging() 공개 메소드

public ManagerJob_Foraging ( Manager manager ) : System
manager Manager
리턴 System

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

TryDoJob() 공개 메소드

public TryDoJob ( ) : bool
리턴 bool

프로퍼티 상세

AllowedPlants 공개적으로 프로퍼티

public Dictionary AllowedPlants
리턴 bool>.Dictionary

ForagingArea 공개적으로 프로퍼티

public Area ForagingArea
리턴 Area

ForceFullyMature 공개적으로 프로퍼티

public bool ForceFullyMature
리턴 bool

History 공개적으로 프로퍼티

public History,FluffyManager History
리턴 History

Trigger 공개적으로 프로퍼티

public Trigger_Threshold,FluffyManager Trigger
리턴 Trigger_Threshold