# Sandbox.NetworkFlags

Describes the behavior of network objects.

- Kind: enum
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`NoInterpolation`](/api/Sandbox.NetworkFlags/NoInterpolation): Disable network transform interpolation for this networked object.
- [`None`](/api/Sandbox.NetworkFlags/None)
- [`NoPositionSync`](/api/Sandbox.NetworkFlags/NoPositionSync): Disable position synchronization for the transform of this networked object.
- [`NoRotationSync`](/api/Sandbox.NetworkFlags/NoRotationSync): Disable rotation synchronization for the transform of this networked object.
- [`NoScaleSync`](/api/Sandbox.NetworkFlags/NoScaleSync): Disable scale synchronization for the transform of this networked object.
- [`NoTransformSync`](/api/Sandbox.NetworkFlags/NoTransformSync): Disable synchronization for the entire transform of this networked object.
