Property QuaternionSync
QuaternionSync
When enabled, this NetworkTransform instance uses Quaternion synchronization.
Declaration
public bool QuaternionSync { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Use quaternion synchronization if you are nesting NetworkTransforms and rotation can occur on both the parent and child. When quaternion synchronization is enabled, the entire quaternion is updated when there are any changes to any axial values. You can use half float precision or quaternion compression to reduce the bandwidth cost.