docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum NetworkTransform.TransformSyncMode

    How to synchronize an object's position.

    Namespace: UnityEngine.Networking
    Assembly: com.unity.multiplayer-hlapi.Runtime.dll
    Syntax
    public enum NetworkTransform.TransformSyncMode

    Fields

    Name Description
    SyncCharacterController

    Sync using the CharacterController component.

    SyncNone

    Dont synchronize.

    SyncRigidbody2D

    Sync using the Rigidbody2D component.

    SyncRigidbody3D

    Sync using the Rigidbody component.

    SyncTransform

    Sync using the game object's base transform.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)