TransformSynchronizableCommon Class

Common Transform Synchronizable methods.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public abstract class TransformSynchronizableCommon : Synchronizable
Inheritance
Object    Object    Component    Behaviour    MonoBehaviour    CommunicationBridge    CommunicationBridgeUID    Synchronizable    TransformSynchronizableCommon
Derived

Properties

RefreshRate Set How often to automatically sync data. Can be set between once every hour and 120 times per second.

Methods

Fields

OnlySyncFromRoomOwner When enabled, it will only automatically sync from the lowest id user.
UseGlobalPosition Sync global position and rotation, otherwise use local.

See Also