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