Delegate ForEachContextIdWithTraitDelegate<T>
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
public delegate void ForEachContextIdWithTraitDelegate<T>(string traitName, Action<int> action)
Parameters
| Type | Name | Description |
|---|---|---|
| string | traitName | |
| Action<int> | action |
Type Parameters
| Name | Description |
|---|---|
| T |