C# Class FluffyManager.BillGiverTracker

Inheritance: IExposable
Afficher le fichier Open project: FluffierThanThou/RW_Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
AreaRestriction Area
BillGiverSelection AssignedBillGiverOptions
SpecificBillGivers List
UserBillGiverCount int
manager Manager

Méthodes publiques

Méthode 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

Méthode Description
InitializeAssignedBillGivers ( ) : void

Method Details

BillGiverTracker() public méthode

public BillGiverTracker ( ManagerJob_Production job ) : System
job ManagerJob_Production
Résultat System

DrawBillGiverConfig() public méthode

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
Résultat void

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

Property Details

AreaRestriction public_oe property

public Area AreaRestriction
Résultat Area

BillGiverSelection public_oe property

public AssignedBillGiverOptions BillGiverSelection
Résultat AssignedBillGiverOptions

SpecificBillGivers public_oe property

public List SpecificBillGivers
Résultat List

UserBillGiverCount public_oe property

public int UserBillGiverCount
Résultat int

manager public_oe property

public Manager,FluffyManager manager
Résultat Manager