Grid Display

 Grid Display

The Grid Display component is used to visualize a grid space.

Appropriate Parent Component

Grid Model. Grid Display must be added only to a Grid Model.

Properties

Properties are the items that appear in the property pane when you click on a component in the project tree. For more information of properties, see here.

Name     Description
Background Color Defines the background color for the grid display. Defaults to black. Clicking on the color box will bring up a color chooser.
Schedule See the schedule help and tutorial 3 for more information on the schedule property. The schedule property defines the execution schedule of any actions defined in your grid display.

Although there are no user-definable actions associated with the Grid Display component, Grid Display implicitly defines one action:

  1. update_display. This will update the display showing any changes to node color, label, and links since the last call to update_display.

Typically update_display is scheduled to occur every tick.

Title The title of the display. This will be displayed in the displays frame.