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