Interface IOrphanAssignment
Assembly: Eco.Gameplay.dll
Syntax
public interface IOrphanAssignment : ISettlementAssociated, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Properties
MaxCount
Declaration
Property Value
Type |
Description |
System.Int32 |
|
ObjectType
Declaration
Property Value
Type |
Description |
System.Type |
|
Parent
Declaration
WorldObject Parent { get; }
Property Value
QueueAssignOrphans
Declaration
bool QueueAssignOrphans { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UsedSlots
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods