DaniRuntimeBridge

Description

The runtime bridge between the editor and runtime. Allows the ability to display and edit runtime diagram in realtime.

public class InitialPrefabs.DaniAI.DaniRuntimeBridge

Static Fields

Type Name Summary
OnTemplateSelectDelegate OnTemplateSelectEvent An event that is called when a brain with a working runtime AITemplate is selected

Static Properties

Type Name Summary
AIBrain SelectedBrain The brain as selected by clicking on an AIBrain in the hierarchy
Decision SelectedDecision The selected decision as decided by the AIBrain
AITemplate SelectedTemplate The selected AITemplate decided by the AIBrain

Static Methods

Type Name Summary
void SelectBrain(AIBrain brain) Selects the brain to display in the editor
void SelectDecision(Decision decision, AIBrain brain) Selects the decision to be displayed in the editor