Struct BlobPtr<T> | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct BlobPtr<T>

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

    Properties

    Value

    Declaration
    public T Value { get; }
    Property Value
    Type Description
    T

    Methods

    GetUnsafePtr()

    Declaration
    public void *GetUnsafePtr()
    Returns
    Type Description
    System.Void*
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX