Interface IGhostSerializerCollection | Unity NetCode | 0.2.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IGhostSerializerCollection

    Namespace: Unity.NetCode
    Syntax
    public interface IGhostSerializerCollection

    Methods

    BeginSerialize(ComponentSystemBase)

    Declaration
    void BeginSerialize(ComponentSystemBase system)
    Parameters
    Type Name Description
    ComponentSystemBase system

    CalculateImportance(Int32, ArchetypeChunk)

    Declaration
    int CalculateImportance(int serializer, ArchetypeChunk chunk)
    Parameters
    Type Name Description
    Int32 serializer
    ArchetypeChunk chunk
    Returns
    Type Description
    Int32

    GetSnapshotSize(Int32)

    Declaration
    int GetSnapshotSize(int serializer)
    Parameters
    Type Name Description
    Int32 serializer
    Returns
    Type Description
    Int32

    Serialize(ref DataStreamWriter, SerializeData)

    Declaration
    int Serialize(ref DataStreamWriter dataStream, SerializeData data)
    Parameters
    Type Name Description
    DataStreamWriter dataStream
    SerializeData data
    Returns
    Type Description
    Int32
    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