Class GoapStateProperty
The
GoapStateProperty
without generics for internal usage.
Namespace: Mars.Components.Services.Planning
Assembly: Mars.Components.dll
Syntax
public class GoapStateProperty : object
Properties
Key
Identifies the property.
Declaration
public IGoapStateKey Key { get; protected set; }
Property Value
Type | Description |
---|---|
IGoapStateKey |
Value
The specific manifestation of this state.
Declaration
public object Value { get; protected set; }
Property Value
Type | Description |
---|---|
System.Object |