Click or drag to resize

StrixVehicleMovementSynchronizerupdateMode Field

If you update position and rotation of the vehicle in update, should be set to Update. If you update position and rotation of the vehicle in FixedUpdate, should be set to FixedUpdate.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public StrixVehicleMovementSynchronizerUpdateMode updateMode

Field Value

Type: StrixVehicleMovementSynchronizerUpdateMode
See Also