docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NetworkVarBufferCopyTest.DummyNetVar

    Inheritance
    object
    NetworkVariableBase
    NetworkVarBufferCopyTest.DummyNetVar
    Implements
    IDisposable
    Inherited Members
    NetworkVariableBase.DefaultReadPerm
    NetworkVariableBase.DefaultWritePerm
    NetworkVariableBase.ReadPerm
    NetworkVariableBase.WritePerm
    NetworkVariableBase.GetBehaviour()
    NetworkVariableBase.Initialize(NetworkBehaviour)
    NetworkVariableBase.OnInitialize()
    NetworkVariableBase.SetUpdateTraits(NetworkVariableUpdateTraits)
    NetworkVariableBase.ExceedsDirtinessThreshold()
    NetworkVariableBase.SetDirty(bool)
    NetworkVariableBase.MarkNetworkBehaviourDirty()
    NetworkVariableBase.ResetDirty()
    NetworkVariableBase.IsDirty()
    NetworkVariableBase.CanClientRead(ulong)
    NetworkVariableBase.CanClientWrite(ulong)
    NetworkVariableBase.Dispose()
    NetworkVariableBase.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Netcode.RuntimeTests
    Assembly: Unity.Netcode.RuntimeTests.dll
    Syntax
    public class NetworkVarBufferCopyTest.DummyNetVar : NetworkVariableBase, IDisposable

    Fields

    DeltaRead

    Declaration
    public bool DeltaRead
    Field Value
    Type Description
    bool

    DeltaWritten

    Declaration
    public bool DeltaWritten
    Field Value
    Type Description
    bool

    FieldRead

    Declaration
    public bool FieldRead
    Field Value
    Type Description
    bool

    FieldWritten

    Declaration
    public bool FieldWritten
    Field Value
    Type Description
    bool

    Methods

    ReadDelta(FastBufferReader, bool)

    Declaration
    public override void ReadDelta(FastBufferReader reader, bool keepDirtyDelta)
    Parameters
    Type Name Description
    FastBufferReader reader
    bool keepDirtyDelta
    Overrides
    NetworkVariableBase.ReadDelta(FastBufferReader, bool)

    ReadField(FastBufferReader)

    Declaration
    public override void ReadField(FastBufferReader reader)
    Parameters
    Type Name Description
    FastBufferReader reader
    Overrides
    NetworkVariableBase.ReadField(FastBufferReader)

    WriteDelta(FastBufferWriter)

    Declaration
    public override void WriteDelta(FastBufferWriter writer)
    Parameters
    Type Name Description
    FastBufferWriter writer
    Overrides
    NetworkVariableBase.WriteDelta(FastBufferWriter)

    WriteField(FastBufferWriter)

    Declaration
    public override void WriteField(FastBufferWriter writer)
    Parameters
    Type Name Description
    FastBufferWriter writer
    Overrides
    NetworkVariableBase.WriteField(FastBufferWriter)

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2026 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)