Delegate TryGetAllTraitsWithSemanticTagDelegate<T>
Namespace: Unity.MARS.Data
Syntax
public delegate bool TryGetAllTraitsWithSemanticTagDelegate<T>(string traitName, string tag, out Dictionary<int, T> values);
Parameters
| Type | Name | Description |
|---|---|---|
| String | traitName | |
| String | tag | |
| Dictionary<Int32, T> | values |
Returns
| Type | Description |
|---|---|
| Boolean |
Type Parameters
| Name | Description |
|---|---|
| T |