StrixTransformSynchronizer Class | 
Namespace: SoftGear.Strix.Unity.Runtime
public class StrixTransformSynchronizer : StrixBehaviour
The StrixTransformSynchronizer type exposes the following members.
| Name | Description | |
|---|---|---|
| StrixTransformSynchronizer | Initializes a new instance of the StrixTransformSynchronizer class  | 
| Name | Description | |
|---|---|---|
| Awake | ||
| OnStrixDeserialize | (Overrides StrixBehaviourOnStrixDeserialize(StrixSerializationProperties).) | |
| OnStrixSerialize | (Overrides StrixBehaviourOnStrixSerialize(StrixSerializationProperties).) | |
| Start | ||
| Update | 
| Name | Description | |
|---|---|---|
| syncAngularVelocity | 
            If set to , will synchronize the object's angular velocity.
              | |
| syncPosition | 
            If set to , will synchronize the object's position.
              | |
| syncRotation | 
            If set to , will synchronize the object's rotation.
              | |
| syncVelocity | 
            If set to , will synchronize the object's velocity.
              |