Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/Engine/quark/model/scheduler_pro/MaterialResourceAllocationInfoMixin"

Index

Type aliases

MaterialResourceAllocation

MaterialResourceAllocation: IResourceAllocation<SchedulerProResourceMixin, MaterialResourceAllocationInfoMixin, MaterialResourceAllocationInterval, MaterialAssignmentAllocationInterval>

Material resource allocation information.

MaterialResourceAllocationInterval

MaterialResourceAllocationInterval: BaseAllocationInterval & { assignmentIntervals?: Map<SchedulerProAssignmentMixin, MaterialAssignmentAllocationInterval>; assignments?: Set<SchedulerProAssignmentMixin>; cost?: number; inEventTimeSpan?: boolean; quantity?: number; resource?: SchedulerProResourceMixin }

Material resource allocation information for a certain tick.

Generated using TypeDoc