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