Struct GhostComponentSerializer.State | Unity NetCode | 0.6.0-preview.7
docs.unity.cn
    Show / Hide Table of Contents

    Struct GhostComponentSerializer.State

    Namespace: Unity.NetCode.LowLevel.Unsafe
    Syntax
    public struct State : IBufferElementData

    Fields

    CalculateChangeMask

    Declaration
    public PortableFunctionPointer<GhostComponentSerializer.CalculateChangeMaskDelegate> CalculateChangeMask
    Field Value
    Type Description
    PortableFunctionPointer<GhostComponentSerializer.CalculateChangeMaskDelegate>

    ChangeMaskBits

    Declaration
    public int ChangeMaskBits
    Field Value
    Type Description
    Int32

    ComponentSize

    Declaration
    public int ComponentSize
    Field Value
    Type Description
    Int32

    ComponentType

    Declaration
    public ComponentType ComponentType
    Field Value
    Type Description
    ComponentType

    CopyFromSnapshot

    Declaration
    public PortableFunctionPointer<GhostComponentSerializer.CopyToFromSnapshotDelegate> CopyFromSnapshot
    Field Value
    Type Description
    PortableFunctionPointer<GhostComponentSerializer.CopyToFromSnapshotDelegate>

    CopyToSnapshot

    Declaration
    public PortableFunctionPointer<GhostComponentSerializer.CopyToFromSnapshotDelegate> CopyToSnapshot
    Field Value
    Type Description
    PortableFunctionPointer<GhostComponentSerializer.CopyToFromSnapshotDelegate>

    Deserialize

    Declaration
    public PortableFunctionPointer<GhostComponentSerializer.DeserializeDelegate> Deserialize
    Field Value
    Type Description
    PortableFunctionPointer<GhostComponentSerializer.DeserializeDelegate>

    ExcludeFromComponentCollectionHash

    Declaration
    public int ExcludeFromComponentCollectionHash
    Field Value
    Type Description
    Int32

    GhostFieldsHash

    Declaration
    public ulong GhostFieldsHash
    Field Value
    Type Description
    UInt64

    PredictDelta

    Declaration
    public PortableFunctionPointer<GhostComponentSerializer.PredictDeltaDelegate> PredictDelta
    Field Value
    Type Description
    PortableFunctionPointer<GhostComponentSerializer.PredictDeltaDelegate>

    RestoreFromBackup

    Declaration
    public PortableFunctionPointer<GhostComponentSerializer.RestoreFromBackupDelegate> RestoreFromBackup
    Field Value
    Type Description
    PortableFunctionPointer<GhostComponentSerializer.RestoreFromBackupDelegate>

    SendForChildEntities

    Declaration
    public int SendForChildEntities
    Field Value
    Type Description
    Int32

    SendMask

    Declaration
    public GhostComponentSerializer.SendMask SendMask
    Field Value
    Type Description
    GhostComponentSerializer.SendMask

    SendToOwner

    Declaration
    public SendToOwnerType SendToOwner
    Field Value
    Type Description
    SendToOwnerType

    Serialize

    Declaration
    public PortableFunctionPointer<GhostComponentSerializer.SerializeDelegate> Serialize
    Field Value
    Type Description
    PortableFunctionPointer<GhostComponentSerializer.SerializeDelegate>

    SerializerHash

    Declaration
    public ulong SerializerHash
    Field Value
    Type Description
    UInt64

    SnapshotSize

    Declaration
    public int SnapshotSize
    Field Value
    Type Description
    Int32

    VariantHash

    Declaration
    public ulong VariantHash
    Field Value
    Type Description
    UInt64
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021