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