Struct EntityChanges | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct EntityChanges

    Namespace: Unity.Entities
    Syntax
    public struct EntityChanges : IDisposable

    Constructors

    EntityChanges(EntityChangeSet, EntityChangeSet)

    Declaration
    public EntityChanges(EntityChangeSet forwardChangeSet, EntityChangeSet reverseChangeSet)
    Parameters
    Type Name Description
    EntityChangeSet forwardChangeSet
    EntityChangeSet reverseChangeSet

    Properties

    AnyChanges

    Declaration
    public bool AnyChanges { get; }
    Property Value
    Type Description
    Boolean

    ForwardChangeSet

    Declaration
    public EntityChangeSet ForwardChangeSet { get; }
    Property Value
    Type Description
    EntityChangeSet

    HasForwardChangeSet

    Declaration
    public bool HasForwardChangeSet { get; }
    Property Value
    Type Description
    Boolean

    HasReverseChangeSet

    Declaration
    public bool HasReverseChangeSet { get; }
    Property Value
    Type Description
    Boolean

    ReverseChangeSet

    Declaration
    public EntityChangeSet ReverseChangeSet { get; }
    Property Value
    Type Description
    EntityChangeSet

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX