Field UseQuaternionSynchronization
Enable this on the authority side for quaternion synchronization
Namespace: Unity.Netcode.Components
Assembly: solution.dll
Syntax
[Tooltip("When enabled, this will synchronize the full Quaternion (i.e. all Euler rotation axis are updated if one axis has a delta)")]
public bool UseQuaternionSynchronization
Returns
Type | Description |
---|---|
bool |
Remarks
This is synchronized by authority. During runtime, this should only be changed by the authoritative side. Non-authoritative instances will be overridden by the next authoritative state update.