Interface IGetActionName
Interface used in conjunction with IActionKey to report the name of an action
Namespace: Unity.AI.Planner.DomainLanguage.TraitBased
Syntax
public interface IGetActionName
Methods
GetActionName(IActionKey)
Get the name for the action
Declaration
string GetActionName(IActionKey actionKey)
Parameters
| Type | Name | Description |
|---|---|---|
| IActionKey | actionKey | Key for accessing the action |
Returns
| Type | Description |
|---|---|
| System.String | A label for the action |