Class SyncedStringList
Inheritance
System.Object
SyncedStringList
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public class SyncedStringList : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
SyncedStringList()
Declaration
public SyncedStringList()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Val
Declaration
public IEnumerable<string> Val { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Methods
OnChanged()
Declaration
public void OnChanged()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged