☄️
SpaceTode
  • Introduction
  • Element
  • Properties
  • Data
  • Arguments
  • Rules
  • Diagrams
  • Inputs
  • Outputs
  • Transformations
  • Symmetries
  • Symbols
  • Event Arguments
  • Maybe
  • Point of View
  • Actions
  • Mimic
  • Sub-Elements
  • Blocks
  • Scoping
  • JavaScript
  • Behave
  • Tabs and Spaces
Powered by GitBook
On this page

Was this helpful?

Point of View

By default, the rule diagram is positioned as if you are looking from the front. You can use the pov keyword to make the diagram represent another point of view.

pov(top) {
    @ => _
    _    @
}

The above rule's diagram is shown from a bird's eye view instead of from the front. Valid points of view:

  • front (default)

  • back

  • top

  • bottom

  • right

  • left

PreviousMaybeNextActions

Last updated 4 years ago

Was this helpful?