enum
SyncFlags
public sealed enum SyncFlags : Enum Describes the behaviour of network synchronization.
Enum Values
| Name | Value | Description |
|---|---|---|
FromHost | | The host has ownership over the value. |
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. |
Interpolate | | The value will be interpolated between ticks. This is currently only supported for Single, Double, Angles, Rotation, Transform, Vector3. |