Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGridPlacement

A grid placement represents a placement of a control within a scene. It controls how the control is rendered.

A control can have many grid placements where each placement is used within a different interactive grid.

Hierarchy

  • IGridPlacement

Index

Properties

Properties

height

height: number

The height of this control within the grid.

size

size: GridSize

The Size of the grid this placement is for.

width

width: number

The width of this control within the grid.

x

x: number

The X position of this control within the grid.

y

y: number

The Y position of this control within the grid.

Generated using TypeDoc