docs.unity.cn
    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 EntityStorageInfo. 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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023