Class Extensions_Ecs
Inheritance
Extensions_Ecs
Assembly: fwt.core.ecs.dll
Syntax
public static class Extensions_Ecs
Methods
TryDispose(EntityCommandBuffer)
Declaration
public static void TryDispose(this EntityCommandBuffer commandBuffer)
Parameters
| Type |
Name |
Description |
| EntityCommandBuffer |
commandBuffer |
|
TryDispose<TItem>(DynamicBuffer<TItem>)
Declaration
public static void TryDispose<TItem>(this DynamicBuffer<TItem> buffer) where TItem : unmanaged, IBufferElementData
Parameters
| Type |
Name |
Description |
| DynamicBuffer<TItem> |
buffer |
|
Type Parameters