Constructor BehaviorTreeException
BehaviorTreeException(string, Exception, IBTNode)
Declaration
public BehaviorTreeException(string message, Exception innerException, IBTNode node)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException | |
IBTNode | node |