Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

Bit Quirky Graph: Runtime

Public symbols from BitQuirky.Graph.

Source snapshot ad0983d00d77.

Assembly: BitQuirky.Graph

These public contracts support advanced execution and data access. Most projects should integrate through the GameObject or entity entry points instead.

  • EdgeDefinition: Describes an edge between two ports.
  • GraphDefinition: Describes a graph in a renderer-agnostic format.
  • GraphDefinitionJsonUtility: Serializes GraphDefinition instances to and from a stable JSON representation. Responsibilities: - Convert the graph model to DTOs Unity’s JsonUtility can…
  • GraphDefinitionMermaidUtility: Imports and exports a primitive Mermaid view of a GraphDefinition. Responsibilities: - Emit valid Mermaid graph text with Layer 1 metadata comments for node,…
  • GraphEditHistory: Snapshot history for graph editing sessions. Responsibilities: - Store immutable serialized graph snapshots after committed edits. - Return fresh graph…
  • GraphNodeRenderMode: The card shape a renderer draws for a node, independent of the graph’s overall presentation setting.
  • LiteralDisplayKind: Specifies the display style for inline literal values rendered on data-typed graph ports. Responsibilities: - Drive renderer styling (quoting, color, default…
  • NodeDefinition: Describes a node, its ports, and position.
  • PortDefinition: Describes a port on a node.
  • PortGuardState: Renderer-agnostic decoration state for a guarded port. Drives the non-color dashed-ring style and gutter-shield shape so guarded pins read in grayscale. The…
  • RecombineHintDefinition: Renderer-agnostic description of one recombine hint. Identifies the participating wires by their endpoint port ids so the Unity host can map them to rendered…
  • RecombineHintWireDefinition: One wire participating in a recombine hint - endpoint port ids match those used by FromPortId / ToPortId after the converter has stringified them.
  • SwitchDecisionResultSegmentDefinition: One styled run of a decision-table result. Segments are concatenated in order to form the displayed result text.
  • SwitchDecisionRowDefinition: Renderer-agnostic row in a source-derived switch-expression decision table. The graph package stores display and exact-source text only; the source adapter owns…

Source fingerprint: sha256:ad0983d00d773d882bc61865e18d8c5559e009d181e5891575cd7f262515b23e

Full-size image