C# 클래스 FluffyManager.Dialog_CreateJobsForIngredients

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

공개 프로퍼티들

프로퍼티 타입 설명
ingredients List
manager Manager
targetCount int
targetRecipe RecipeDef

공개 메소드들

메소드 설명
Dialog_CreateJobsForIngredients ( Manager manager, RecipeDef recipe, int count ) : System
DoWindowContents ( Rect inRect ) : void
HasPrerequisiteChoices ( Map map, RecipeDef recipe ) : bool

Returns true if the recipe has prerequisite ingredients, and those ingredients can currently be crafted.

메소드 상세

Dialog_CreateJobsForIngredients() 공개 메소드

public Dialog_CreateJobsForIngredients ( Manager manager, RecipeDef recipe, int count ) : System
manager Manager
recipe RecipeDef
count int
리턴 System

DoWindowContents() 공개 메소드

public DoWindowContents ( Rect inRect ) : void
inRect UnityEngine.Rect
리턴 void

HasPrerequisiteChoices() 공개 정적인 메소드

Returns true if the recipe has prerequisite ingredients, and those ingredients can currently be crafted.
public static HasPrerequisiteChoices ( Map map, RecipeDef recipe ) : bool
map Map
recipe RecipeDef
리턴 bool

프로퍼티 상세

ingredients 공개적으로 정적으로 프로퍼티

public static List ingredients
리턴 List

manager 공개적으로 프로퍼티

public Manager,FluffyManager manager
리턴 Manager

targetCount 공개적으로 프로퍼티

public int targetCount
리턴 int

targetRecipe 공개적으로 프로퍼티

public RecipeDef targetRecipe
리턴 RecipeDef