# Sandbox.SyncFlags

Describes the behaviour of network synchronization.

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`FromHost`](/api/Sandbox.SyncFlags/FromHost): The host has ownership over the value.
- [`Interpolate`](/api/Sandbox.SyncFlags/Interpolate): The value will be interpolated between ticks. This is currently only supported for `T:System.Single`, `T:System.Double`, [Angles](/api/Angles), [Rotation](/api/Rotation), [Transform](/api/Transform), [Vector3](/api/Vector3).
- [`Query`](/api/Sandbox.SyncFlags/Query): Query this value for changes rather than counting on set being called. This is appropriate if the value returned by its getter can change without calling its setter.
