Struct WorldDiff | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct WorldDiff

    Namespace: Unity.Entities
    Syntax
    public struct WorldDiff : IDisposable

    Fields

    AddComponents

    Declaration
    public NativeArray<ComponentDiff> AddComponents
    Field Value
    Type Description
    NativeArray<ComponentDiff>

    ComponentPayload

    Declaration
    public NativeArray<byte> ComponentPayload
    Field Value
    Type Description
    NativeArray<System.Byte>

    DeletedEntityCount

    Declaration
    public int DeletedEntityCount
    Field Value
    Type Description
    System.Int32

    Entities

    Declaration
    public NativeArray<EntityGuid> Entities
    Field Value
    Type Description
    NativeArray<EntityGuid>

    EntityNames

    Declaration
    public NativeArray<NativeString64> EntityNames
    Field Value
    Type Description
    NativeArray<NativeString64>

    EntityPatches

    Declaration
    public NativeArray<DiffEntityPatch> EntityPatches
    Field Value
    Type Description
    NativeArray<DiffEntityPatch>

    LinkedEntityGroupAdditions

    Declaration
    public NativeArray<LinkedEntityGroupAddition> LinkedEntityGroupAdditions
    Field Value
    Type Description
    NativeArray<LinkedEntityGroupAddition>

    LinkedEntityGroupRemovals

    Declaration
    public NativeArray<LinkedEntityGroupRemoval> LinkedEntityGroupRemovals
    Field Value
    Type Description
    NativeArray<LinkedEntityGroupRemoval>

    NewEntityCount

    Declaration
    public int NewEntityCount
    Field Value
    Type Description
    System.Int32

    RemoveComponents

    Declaration
    public NativeArray<ComponentDiff> RemoveComponents
    Field Value
    Type Description
    NativeArray<ComponentDiff>

    SetCommands

    Declaration
    public NativeArray<DataDiff> SetCommands
    Field Value
    Type Description
    NativeArray<DataDiff>

    SharedSetCommands

    Declaration
    public SetSharedComponentDiff[] SharedSetCommands
    Field Value
    Type Description
    SetSharedComponentDiff[]

    TypeHashes

    Declaration
    public NativeArray<ulong> TypeHashes
    Field Value
    Type Description
    NativeArray<System.UInt64>

    Properties

    HasChanges

    Declaration
    public bool HasChanges { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Declaration
    public void Dispose()
    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