Interface ISyncFieldChanged<T>
Provides a standard interface for receiving SyncVar change notifications.
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public interface ISyncFieldChanged<T>
Type Parameters
Name | Description |
---|---|
T |
Events
ValueChanged
Argument contains old value
Declaration
event Action<T> ValueChanged
Event Type
Type | Description |
---|---|
Action<T> |