StrixMovementSynchronizer Class |
Namespace: SoftGear.Strix.Unity.Runtime
public class StrixMovementSynchronizer : StrixBehaviour
The StrixMovementSynchronizer type exposes the following members.
Name | Description | |
---|---|---|
StrixMovementSynchronizer | Initializes a new instance of the StrixMovementSynchronizer class |
Name | Description | |
---|---|---|
OnStrixDeserialize | (Overrides StrixBehaviourOnStrixDeserialize(StrixSerializationProperties).) | |
OnStrixSerialize | (Overrides StrixBehaviourOnStrixSerialize(StrixSerializationProperties).) | |
Reset |
Resets the interpolation data of the remote object.
| |
Teleport |
Name | Description | |
---|---|---|
Acceleration |
Acceleration.
| |
Damping |
Damping.
| |
MaxSpeed |
Maximum movement speed.
| |
NearDistance |
Distance used to determine if the object has reached the target.
| |
PredictionPeriod |
Prediction period used in synchronization (ms).
| |
SyncPeriodMax |
Maximum synchronization period (ms).
| |
SyncPeriodMin |
Minimum synchronization period (ms).
|