Свойство | Type | Description | |
---|---|---|---|
moActionIdentity | |||
moEffectList | EffectList | ||
moPreconditionList | PreconditionList |
Méthode | Description | |
---|---|---|
Action ( |
Create an Action
|
|
AddEffect ( |
Add an Effect to the Effects
|
|
AddPrecondition ( |
Add a Precondition
|
|
CreateFinish ( ) : Action |
Create the finish symbol
|
|
CreateStart ( ) : Action |
The Start Symbol has only Effects
|
|
ToString ( ) : string |
String Representation of the Action
|
public Action ( |
||
actionIdentity | ||
Résultat | System |
public AddEffect ( |
||
predicate | A Predicate to Add | |
Résultat | void |
public AddPrecondition ( |
||
predicate | A Predicate to Add | |
Résultat | void |
protected Predicate,UnityAI.Core.Planning moActionIdentity | ||
Résultat |