interface MAGES::Networking::IMAGESObjectSynchronization

Overview

Interface for object synchronization. More…

interface IMAGESObjectSynchronization
{
    // properties

    float MovementThreshold;
    float RotationThreshold;
    MAGESSyncTransform SyncTransformMode;
    MAGESSyncChildren SyncChildrenMode;
};

// direct descendants

class SyncTransform;

Detailed Documentation

Interface for object synchronization.

Properties

float MovementThreshold

Gets or sets threshold for movement.

float RotationThreshold

Gets or sets threshold for rotation.

MAGESSyncTransform SyncTransformMode

Gets or sets current synchronization mode for the objects transform.

MAGESSyncChildren SyncChildrenMode

Gets or sets current synchronization for the objects children.