docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct BlobPtr<T>

    A pointer referencing a struct, array, or field inside a blob asset.

    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    public struct BlobPtr<T> where T : struct
    Type Parameters
    Name Description
    T

    The data type of the referenced object.

    Properties

    Name Description
    IsValid

    Returns 'true' if this is a valid pointer (not null)

    Value

    The value, of type T to which the pointer refers.

    Methods

    Name Description
    GetUnsafePtr()

    Provides an unsafe pointer to the referenced data.

    See Also

    BlobBuilder
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)