Struct ComponentDataFromEntity<T>
Obsolete. Use ComponentLookup<T> instead.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[Obsolete("This type has been renamed to ComponentLookup<T>. (RemovedAfter Entities 1.0) (UnityUpgradable) -> ComponentLookup<T>", true)]
public struct ComponentDataFromEntity<T> where T : unmanaged, IComponentData
Type Parameters
Name | Description |
---|---|
T | The type of IComponentData to access. |