docs.unity3d.com
    Show / Hide Table of Contents

    Class TestClass

    Inheritance
    Object
    TestClass
    TestClass_ReferencedOnlyByTemplateNetworkBehavourType
    Inherited Members
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Netcode.RuntimeTests
    Syntax
    public class TestClass : INetworkSerializable, IEquatable<TestClass>

    Fields

    NetworkSerializeCalledOnRead

    Declaration
    public static bool NetworkSerializeCalledOnRead
    Field Value
    Type Description
    Boolean

    NetworkSerializeCalledOnWrite

    Declaration
    public static bool NetworkSerializeCalledOnWrite
    Field Value
    Type Description
    Boolean

    SomeBool

    Declaration
    public bool SomeBool
    Field Value
    Type Description
    Boolean

    SomeInt

    Declaration
    public uint SomeInt
    Field Value
    Type Description
    UInt32

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(TestClass)

    Declaration
    public bool Equals(TestClass other)
    Parameters
    Type Name Description
    TestClass other
    Returns
    Type Description
    Boolean
    Implements
    IEquatable<T>.Equals(T)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    NetworkSerialize<T>(BufferSerializer<T>)

    Declaration
    public void NetworkSerialize<T>(BufferSerializer<T> serializer)
        where T : IReaderWriter
    Parameters
    Type Name Description
    BufferSerializer<T> serializer
    Type Parameters
    Name Description
    T
    Implements
    INetworkSerializable.NetworkSerialize<T>(BufferSerializer<T>)
    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