Class TailingsReportComponent
Component responsible for reporting any ground pollution producing items in the world object storage.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Components
Assembly: Eco.Gameplay.dll
Syntax
[RequireComponent]
public class TailingsReportComponent : WorldObjectComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, INotifyPropertyChanged, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions
Constructors
TailingsReportComponent()
Declaration
public TailingsReportComponent()
Methods
Destroy()
Declaration
public override void Destroy()
Overrides
Initialize()
Declaration
public override void Initialize()
Overrides
Tick()
Declaration
public override void Tick()
Overrides
UpdateTailings()
Checks storage for items producing ground pollution and updates the info in the TailingsCache/>.
Declaration
public void UpdateTailings()
Implements
System.ComponentModel.INotifyPropertyChanged