C# 클래스 FluffyManager.BillGiverTracker

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

공개 프로퍼티들

프로퍼티 타입 설명
AreaRestriction Area
BillGiverSelection AssignedBillGiverOptions
SpecificBillGivers List
UserBillGiverCount int
manager Manager

공개 메소드들

메소드 설명
BillGiverTracker ( ManagerJob_Production job ) : System
DrawBillGiverConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false ) : void

Draw billgivers info + details button

ExposeData ( ) : void

비공개 메소드들

메소드 설명
InitializeAssignedBillGivers ( ) : void

메소드 상세

BillGiverTracker() 공개 메소드

public BillGiverTracker ( ManagerJob_Production job ) : System
job ManagerJob_Production
리턴 System

DrawBillGiverConfig() 공개 메소드

Draw billgivers info + details button
public DrawBillGiverConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false ) : void
cur Vector2
width float
entryHeight float
alt bool
리턴 void

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

프로퍼티 상세

AreaRestriction 공개적으로 프로퍼티

public Area AreaRestriction
리턴 Area

BillGiverSelection 공개적으로 프로퍼티

public AssignedBillGiverOptions BillGiverSelection
리턴 AssignedBillGiverOptions

SpecificBillGivers 공개적으로 프로퍼티

public List SpecificBillGivers
리턴 List

UserBillGiverCount 공개적으로 프로퍼티

public int UserBillGiverCount
리턴 int

manager 공개적으로 프로퍼티

public Manager,FluffyManager manager
리턴 Manager