Class SyncScript
A script whose Update() will be called every frame.
public abstract class SyncScript : StartupScript, IIdentifiable, ICollectorHolder
  - Inheritance
 - 
      objectSyncScript
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Methods
Update()
Called every frame.
public abstract void Update()