docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator T(ForceNetworkSerializeByMemcpy<T>)

    Convert implicitly from the ForceNetworkSerializeByMemcpy wrapper to the underlying value

    Declaration
    public static implicit operator T(ForceNetworkSerializeByMemcpy<T> container)
    Parameters
    Type Name Description
    ForceNetworkSerializeByMemcpy<T> container

    The wrapper

    Returns
    Type Description
    T

    The underlying value

    implicit operator ForceNetworkSerializeByMemcpy<T>(T)

    Convert implicitly from a T value to a ForceNetworkSerializeByMemcpy wrapper

    Declaration
    public static implicit operator ForceNetworkSerializeByMemcpy<T>(T underlyingValue)
    Parameters
    Type Name Description
    T underlyingValue

    the value

    Returns
    Type Description
    ForceNetworkSerializeByMemcpy<T>

    a new wrapper

    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)