public abstract class TransformSynchronizableCommon : Synchronizable| RefreshRate | Set How often to automatically sync data. Can be set between once every hour and 120 times per second. |
| AssembleData | (Overrides SynchronizableAssembleData(Writer, Byte)) |
| Awake | |
| CanSync | |
| DisassembleData | (Overrides SynchronizableDisassembleData(Reader, Byte)) |
| OnValidate | |
| Possessed | (Overrides CommunicationBridgePossessed(Boolean, User)) |
| Reset | (Overrides SynchronizableReset) |
| Serialize | (Overrides SynchronizableSerialize(ITransportStreamWriter, Byte, Boolean)) |
| Teleport(Vector2) | Set position of transform and sync it to all clients. |
| Teleport(Vector3) | Set position of transform and sync it to all clients. |
| Unpossessed | (Overrides CommunicationBridgeUnpossessed) |
| OnlySyncFromRoomOwner | When enabled, it will only automatically sync from the lowest id user. |
| UseGlobalPosition | Sync global position and rotation, otherwise use local. |