Class: BehaviorTree::Decorators::Inverter

Inherits:
DecoratorBase
  • Object
show all
Defined in:
lib/behavior_tree/decorator_nodes/inverter.rb

Overview

Returns the inverted child status.

Method Summary

Methods inherited from DecoratorBase

#ensure_after_tick, #halt!, #on_tick

Methods included from TreeStructure::Algorithms

#cycle?, #each_node, #repeated_nodes, #uniq_nodes?