Interface IGoapStateKey
The 
  
  IGoapStateKeyNamespace: Mars.Components.Services.Planning
Assembly: Mars.Components.dll
Syntax
public interface IGoapStateKeyProperties
| Improve this Doc View SourceKey
Distinguishes the 
  
  IGoapStateKeyDeclaration
string Key { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
PropertyType
Defines the type of the value.
  
  Declaration
Type PropertyType { get; }Property Value
| Type | Description | 
|---|---|
| System.Type | 
Methods
| Improve this Doc View SourceSatisfies(Object, Object)
Indicates if given value is satisfied by the given
  
  Declaration
bool Satisfies(object expected, object given)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | expected | the base value | 
| System.Object | given | the value that should comply with the the base value | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | true if given meet the expectations of value, false otherwise |