Create typed behavior tree helpers bound to a specific world type.
Optional
const ecs = ECSpresso.create() .withPlugin(createBehaviorTreePlugin()) .build();const { defineBehaviorTree, action, condition, guard } = ecs.getHelpers(createBehaviorTreeHelpers); Copy
const ecs = ECSpresso.create() .withPlugin(createBehaviorTreePlugin()) .build();const { defineBehaviorTree, action, condition, guard } = ecs.getHelpers(createBehaviorTreeHelpers);
Create typed behavior tree helpers bound to a specific world type.