Class VoidStorageWrapper
Inheritance
System.Object
VoidStorageWrapper
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
public class VoidStorageWrapper : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
Declaration
public VoidStorageWrapper()
Fields
Declaration
public ControllerList<IAlias> CanAccess
Field Value
Properties
Declaration
public ref int ControllerID { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public string Icon { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public VoidStorageInventory Inventory { get; set; }
Property Value
Declaration
public float MaxXZDistance { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Declaration
public float MaxYDistance { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public Vector3i Position { get; set; }
Property Value
Methods
Declaration
public bool CanUserAccess(User user)
Parameters
| Type |
Name |
Description |
| User |
user |
|
Returns
| Type |
Description |
| System.Boolean |
|
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods