Table of Contents

Class SyncableFieldCustomRollback

Namespace
LiteEntitySystem
Assembly
LiteEntitySystem.dll

Syncable fields with custom rollback notifications and implementation

public abstract class SyncableFieldCustomRollback : SyncableField
Inheritance
object
SyncableFieldCustomRollback
Derived
Inherited Members

Methods

AfterReadRPC()

protected abstract void AfterReadRPC()

BeforeReadRPC()

protected abstract void BeforeReadRPC()

MarkAsChanged()

Marks that SyncableField was modified on client and add parent entity to Rollback list

protected void MarkAsChanged()

OnRollback()

protected abstract void OnRollback()