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