docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NetworkVarBufferCopyTest.DummyNetVar

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

    Fields

    Name Description
    DeltaRead
    DeltaWritten
    FieldRead
    FieldWritten

    Methods

    Name Description
    ReadDelta(FastBufferReader, bool)

    Reads delta from the reader and applies them to the internal value

    ReadField(FastBufferReader)

    Reads the complete state from the reader and applies it

    WriteDelta(FastBufferWriter)

    Writes the dirty changes, that is, the changes since the variable was last dirty, to the writer

    WriteField(FastBufferWriter)

    Writes the complete state of the variable to the writer

    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)