Class LinkComponent.LinkSettings
Inheritance
System.Object
LinkComponent.LinkSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class LinkSettings : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
LinkSettings()
Declaration
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Enabled
Declaration
public bool Enabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Input { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Output
Declaration
public bool Output { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Priority
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods