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