docs.unity.cn
    Show / Hide Table of Contents

    Struct EntitiesJournaling.RecordView

    Record view into journal buffer.

    Namespace: Unity.Entities
    Syntax
    [GenerateTestsForBurstCompatibility(RequiredUnityDefine = "(UNITY_EDITOR || DEVELOPMENT_BUILD) && !DISABLE_ENTITIES_JOURNALING")]
    public readonly struct RecordView : IEquatable<EntitiesJournaling.RecordView>

    Properties

    Name Description
    ComponentTypes

    The record component types view.

    Data

    The record payload data.

    DataLength

    The record payload data length.

    DataPtr

    The record payload data pointer. The content of those bytes depends on the record type.

    Entities

    The record entities view.

    ExecutingSystem

    The record executing system view.

    FrameIndex

    The record frame index.

    Index

    The record unique index.

    Null
    OriginSystem

    The record origin system view. In the case of deferred changes, this will tell where the deferred command originated from. Otherwise it will be a default value.

    RecordType

    The record type.

    World

    The record world view.

    Methods

    Name Description
    Equals(Object)
    Equals(EntitiesJournaling.RecordView)
    GetHashCode()

    Operators

    Name Description
    Equality(EntitiesJournaling.RecordView, EntitiesJournaling.RecordView)
    Inequality(EntitiesJournaling.RecordView, EntitiesJournaling.RecordView)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023