Struct GhostComponentSerializer.State | Unity NetCode | 0.6.0-preview.7
docs.unity3d.com
    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 © 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