C# Class FluffyManager.BillGiverTracker

Inheritance: IExposable
显示文件 Open project: FluffierThanThou/RW_Manager Class Usage Examples

Public Properties

Property Type Description
AreaRestriction Area
BillGiverSelection AssignedBillGiverOptions
SpecificBillGivers List
UserBillGiverCount int
manager Manager

Public Methods

Method Description
BillGiverTracker ( ManagerJob_Production job ) : System
DrawBillGiverConfig ( Vector2 &cur, float width, float entryHeight, bool alt = false ) : void

Draw billgivers info + details button

ExposeData ( ) : void

Private Methods

Method Description
InitializeAssignedBillGivers ( ) : void

Method Details

BillGiverTracker() public method

public BillGiverTracker ( ManagerJob_Production job ) : System
job ManagerJob_Production
return System

DrawBillGiverConfig() public method

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
return void

ExposeData() public method

public ExposeData ( ) : void
return void

Property Details

AreaRestriction public_oe property

public Area AreaRestriction
return Area

BillGiverSelection public_oe property

public AssignedBillGiverOptions BillGiverSelection
return AssignedBillGiverOptions

SpecificBillGivers public_oe property

public List SpecificBillGivers
return List

UserBillGiverCount public_oe property

public int UserBillGiverCount
return int

manager public_oe property

public Manager,FluffyManager manager
return Manager