docs.unity3d.com
    Show / Hide Table of Contents

    Struct TypeManager.TypeInfo

    Namespace: Unity.Entities
    Syntax
    public readonly struct TypeInfo

    Constructors

    TypeInfo(Int32, Int32, TypeManager.TypeCategory, Int32, Int32, Int32, Int32, Int32, UInt64, Int32, Int32, Int32, UInt64, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean)

    Declaration
    public TypeInfo(int typeIndex, int size, TypeManager.TypeCategory category, int fastEqualityIndex, int entityOffsetStartIndex, int entityOffsetCount, int blobAssetRefOffsetStartIndex, int blobAssetRefOffsetCount, ulong memoryOrdering, int bufferCapacity, int elementSize, int alignmentInBytes, ulong stableTypeHash, int writeGroupStartIndex, int writeGroupCount, int maximumChunkCapacity, bool isSystemStateSharedComponent, bool isSystemStateBufferElement, bool isSystemStateComponent, bool isManaged)
    Parameters
    Type Name Description
    Int32 typeIndex
    Int32 size
    TypeManager.TypeCategory category
    Int32 fastEqualityIndex
    Int32 entityOffsetStartIndex
    Int32 entityOffsetCount
    Int32 blobAssetRefOffsetStartIndex
    Int32 blobAssetRefOffsetCount
    UInt64 memoryOrdering
    Int32 bufferCapacity
    Int32 elementSize
    Int32 alignmentInBytes
    UInt64 stableTypeHash
    Int32 writeGroupStartIndex
    Int32 writeGroupCount
    Int32 maximumChunkCapacity
    Boolean isSystemStateSharedComponent
    Boolean isSystemStateBufferElement
    Boolean isSystemStateComponent
    Boolean isManaged

    Fields

    AlignmentInBytes

    Declaration
    public readonly int AlignmentInBytes
    Field Value
    Type Description
    Int32

    BlobAssetRefOffsetCount

    Declaration
    public readonly int BlobAssetRefOffsetCount
    Field Value
    Type Description
    Int32

    BufferCapacity

    Declaration
    public readonly int BufferCapacity
    Field Value
    Type Description
    Int32

    Category

    Declaration
    public readonly TypeManager.TypeCategory Category
    Field Value
    Type Description
    TypeManager.TypeCategory

    ElementSize

    Declaration
    public readonly int ElementSize
    Field Value
    Type Description
    Int32

    EntityOffsetCount

    Declaration
    public readonly int EntityOffsetCount
    Field Value
    Type Description
    Int32

    FastEqualityIndex

    Declaration
    public readonly int FastEqualityIndex
    Field Value
    Type Description
    Int32

    MaximumChunkCapacity

    Declaration
    public readonly int MaximumChunkCapacity
    Field Value
    Type Description
    Int32

    MemoryOrdering

    Declaration
    public readonly ulong MemoryOrdering
    Field Value
    Type Description
    UInt64

    SizeInChunk

    Declaration
    public readonly int SizeInChunk
    Field Value
    Type Description
    Int32

    StableTypeHash

    Declaration
    public readonly ulong StableTypeHash
    Field Value
    Type Description
    UInt64

    TypeIndex

    Declaration
    public readonly int TypeIndex
    Field Value
    Type Description
    Int32

    WriteGroupCount

    Declaration
    public readonly int WriteGroupCount
    Field Value
    Type Description
    Int32

    WriteGroupStartIndex

    Declaration
    public readonly int WriteGroupStartIndex
    Field Value
    Type Description
    Int32

    Properties

    AlignmentInChunkInBytes

    Declaration
    public readonly int AlignmentInChunkInBytes { get; }
    Property Value
    Type Description
    Int32

    Debug

    Provides debug type information. This information may be stripped in non-debug builds

    Declaration
    public readonly TypeManager.TypeInfoDebug Debug { get; }
    Property Value
    Type Description
    TypeManager.TypeInfoDebug

    HasEntities

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

    HasWriteGroups

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

    IsZeroSized

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

    Type

    Declaration
    public readonly Type Type { get; }
    Property Value
    Type Description
    Type
    Back to top
    Terms of use
    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