Summary
Remove a custom data from automatic persistence.
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Agents - Containing Type
- GenericTimeAgent
Syntax
public bool RemoveCustomDataId(string componentType, string memberName)
Parameters
| Name | Type | Description |
|---|---|---|
| componentType | string | The component's type |
| memberName | string | The name of the component's member |
Return Value
| Type | Description |
|---|---|
| bool | If the data removed |