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