Class SettlementRosterComponent
Allows display of member settlements, applicants, etc.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Settlements.Components
Assembly: Eco.Gameplay.dll
Syntax
public class SettlementRosterComponent : SettlementComponent, ILinkable, IOwned, IController, IViewController, IHasUniversalID, IHasSerializableID, IRPCAuthChecks, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasInteractions, INotifyPropertyChanged
Constructors
SettlementRosterComponent()
Declaration
public SettlementRosterComponent()
Properties
ComponentPrefabName
Declaration
public override string ComponentPrefabName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Roster
Declaration
public SettlementRoster Roster { get; }
Property Value
Type | Description |
---|---|
SettlementRoster |
Implements
System.ComponentModel.INotifyPropertyChanged