Enum NetworkTransform.TransformSyncMode | Multiplayer HLAPI | 1.0.8
docs.unity3d.com
    Show / Hide Table of Contents

    Enum NetworkTransform.TransformSyncMode

    How to synchronize an object's position.

    Namespace: UnityEngine.Networking
    Syntax
    public enum TransformSyncMode

    Fields

    Name Description Value
    SyncNone

    Dont synchronize.

    0
    SyncTransform

    Sync using the game object's base transform.

    1
    SyncRigidbody2D

    Sync using the Rigidbody2D component.

    2
    SyncRigidbody3D

    Sync using the Rigidbody component.

    3
    SyncCharacterController

    Sync using the CharacterController component.

    4
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023