Interface IActionKeyWithGuid
A specialized interface of IActionKey for trait-based domains that provides GUIDs for lookup
Namespace: Unity.AI.Planner.DomainLanguage.TraitBased
Syntax
public interface IActionKeyWithGuid : IActionKey
Properties
ActionGuid
A GUID (Globally Unique Identifier) for an action type
Declaration
Guid ActionGuid { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |