New
method in Coherence.Entities.ComponentUpdates
Methods
public static ComponentUpdates New(int capacity)
Parameters
| Type | Name | Description |
|---|---|---|
| int | capacity |
Returns
| Type | Description |
|---|---|
| ComponentUpdates |
public static ComponentUpdates New(IDictionary<uint, ComponentChange> componentChanges)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<uint, ComponentChange> | componentChanges |
Returns
| Type | Description |
|---|---|
| ComponentUpdates |
public static ComponentUpdates New(IReadOnlyList<ICoherenceComponentData> data)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<ICoherenceComponentData> | data |
Returns
| Type | Description |
|---|---|
| ComponentUpdates |