Interface ICollectorEntity
A Collector generates IPayoutEntity. IStages can have 0 or more ICollectorEntitys.
An interface extending the IBaseCollectorEntity providing the base functionality.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ICollectorEntity : IBaseCollectorEntity, IEntity, IInjectable, IModifiable
Properties
CollectorBalanceData
Returns the ICollectorBalanceData associated with this ICollectorEntity.
Declaration
ICollectorBalanceData CollectorBalanceData { get; }
Property Value
Type | Description |
---|---|
ICollectorBalanceData |
CollectorData
Returns the ICollectorData associated with this IBaseCollectorEntity.
Declaration
ICollectorData CollectorData { get; }
Property Value
Type | Description |
---|---|
ICollectorData |
CollectorEntityData
Returns the ICollectorEntityData associated with this ICollectorEntity.
Declaration
ICollectorEntityData CollectorEntityData { get; }
Property Value
Type | Description |
---|---|
ICollectorEntityData |