docs.unity3d.com

Entities 1.2.1

Search Results for

    Show / Hide Table of Contents

    Method GetStorageInfoFromEntity

    GetStorageInfoFromEntity()

    Obsolete. Use GetEntityStorageInfoLookup() instead.

    Declaration
    [Obsolete("This method has been renamed to GetEntityStorageInfoLookup. (RemovedAfter Entities 1.0) (UnityUpgradable) -> GetEntityStorageInfoLookup(*)", false)]
    public EntityStorageInfoLookup GetStorageInfoFromEntity()
    Returns
    Type Description
    EntityStorageInfoLookup

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

    Remarks

    Obsolete. Use GetEntityStorageInfoLookup() instead.

    Gets a StorageInfoFromEntity object that can access a <xref href="Unity.Entities.EntityStorageInfo" data-throw-if-not-resolved="false"></xref>.
    Assign the returned object to a field of your Job struct so that you can access the
    contents in a Job.
    
    See Also
    StorageInfoFromEntity
    In This Article
    • GetStorageInfoFromEntity()
    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)