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 © 2019 Unity Technologies
    Generated by DocFX