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.