Interface IStateKey
An interface that marks an implementation of a state key to access state data in a domain
Namespace: Unity.AI.Planner
Syntax
public interface IStateKey : IEquatable<IStateKey>
Properties
Label
A label for the key (for debug purposes)
Declaration
string Label { get; }
Property Value
Type | Description |
---|---|
String |