docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ReadNetworkSerializableInPlace

    ReadNetworkSerializableInPlace<T>(ref T)

    Read an INetworkSerializable in-place, without constructing a new one Note that this will NOT check for null before calling NetworkSerialize

    Declaration
    public void ReadNetworkSerializableInPlace<T>(ref T value) where T : INetworkSerializable
    Parameters
    Type Name Description
    T value

    INetworkSerializable instance

    Type Parameters
    Name Description
    T
    Exceptions
    Type Condition
    NotImplementedException
    In This Article
    Back to top
    Copyright © 2024 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)