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