Api Sandbox NetworkFlags
enum

NetworkFlags

public sealed enum NetworkFlags : Enum

Describes the behavior of network objects.

Enum Values

Name Value Description
None
NoInterpolation Disable network transform interpolation for this networked object.
NoPositionSync Disable position synchronization for the transform of this networked object.
NoRotationSync Disable rotation synchronization for the transform of this networked object.
NoScaleSync Disable scale synchronization for the transform of this networked object.
NoTransformSync Disable synchronization for the entire transform of this networked object.
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.NetworkFlags