EditorGridData
Defined in: camera/EditorGrid.ts:24
Properties
Section titled “Properties”axisX:
GridColor
Defined in: camera/EditorGrid.ts:36
World y=0 (horizontal) X-axis line color.
axisY:
GridColor
Defined in: camera/EditorGrid.ts:38
World x=0 (vertical) Y-axis line color.
color:
GridColor
Defined in: camera/EditorGrid.ts:32
Minor line color.
enabled
Section titled “enabled”enabled:
boolean
Defined in: camera/EditorGrid.ts:26
When true (editor only), the grid renderer draws the grid this frame.
majorColor
Section titled “majorColor”majorColor:
GridColor
Defined in: camera/EditorGrid.ts:34
Major line color.
majorEvery
Section titled “majorEvery”majorEvery:
number
Defined in: camera/EditorGrid.ts:30
Every Nth line is drawn as a heavier major line.
spacing
Section titled “spacing”spacing:
number
Defined in: camera/EditorGrid.ts:28
Minor grid line spacing, world units.