docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum NetworkTransform.AxisSyncMode

    An axis or set of axis.

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

    Fields

    Name Description
    AxisX

    Only x axis.

    AxisXY

    The x and y axis.

    AxisXYZ

    The x, y and z axis.

    AxisXZ

    The x and z axis.

    AxisY

    Only the y axis.

    AxisYZ

    The y and z axis.

    AxisZ

    Only the z axis.

    None

    Do not sync.

    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)