Struct DynamicTypeList | Unity NetCode | 0.4.0-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Struct DynamicTypeList

    Namespace: Unity.NetCode
    Syntax
    public struct DynamicTypeList

    Fields

    MaxCapacity

    Declaration
    public const int MaxCapacity = 128
    Field Value
    Type Description
    Int32

    Methods

    PopulateList<T>(SystemBase, NativeArray<GhostComponentSerializer.State>, Boolean, ref T)

    Declaration
    public static void PopulateList<T>(SystemBase system, NativeArray<GhostComponentSerializer.State> ghostComponentCollection, bool readOnly, ref T list)
        where T : struct, IDynamicTypeList
    Parameters
    Type Name Description
    SystemBase system
    NativeArray<GhostComponentSerializer.State> ghostComponentCollection
    Boolean readOnly
    T list
    Type Parameters
    Name Description
    T
    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