Method SetSharedComponent
SetSharedComponent<T>(Int32, Entity, T)
Declaration
public void SetSharedComponent<T>(int sortKey, Entity e, T component)
where T : struct, ISharedComponentData
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | sortKey | |
| Entity | e | |
| T | component |
Type Parameters
| Name | Description |
|---|---|
| T |