Click or drag to resize

StrixMovementSynchronizer Class

Component useful for synchronizing movement of non-physics objects such as characters.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          SoftGear.Strix.Unity.RuntimeStrixBehaviour
            SoftGear.Strix.Unity.RuntimeStrixMovementSynchronizer

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public class StrixMovementSynchronizer : StrixBehaviour

The StrixMovementSynchronizer type exposes the following members.

Constructors
  NameDescription
Public methodStrixMovementSynchronizer
Initializes a new instance of the StrixMovementSynchronizer class
Top
Methods
Fields
  NameDescription
Public fieldAcceleration
Acceleration.
Public fieldDamping
Damping.
Public fieldMaxSpeed
Maximum movement speed.
Public fieldNearDistance
Distance used to determine if the object has reached the target.
Public fieldPredictionPeriod
Prediction period used in synchronization (ms).
Public fieldSyncPeriodMax
Maximum synchronization period (ms).
Public fieldSyncPeriodMin
Minimum synchronization period (ms).
Top
See Also