docs.unity.cn
    Show / Hide Table of Contents

    Method GetStorageInfoFromEntity

    GetStorageInfoFromEntity()

    Gets a StorageInfoFromEntity object that can access a EntityStorageInfo.

    Declaration
    public StorageInfoFromEntity GetStorageInfoFromEntity()
    Returns
    Type Description
    StorageInfoFromEntity

    A dictionary-like object that provides access to information about how Entities are stored, indexed by Entity.

    Remarks

    Assign the returned object to a field of your Job struct so that you can access the contents in a Job.

    See Also
    StorageInfoFromEntity
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use