Table of Contents

Interface ISyncFieldChanged<T>

Namespace
LiteEntitySystem
Assembly
LiteEntitySystem.dll

Provides a standard interface for receiving SyncVar change notifications.

public interface ISyncFieldChanged<T>

Type Parameters

T

Events

ValueChanged

Argument contains old value

event Action<T> ValueChanged

Event Type

Action<T>