EditorGridData
Defined in: camera/EditorGrid.ts:24
Properties
Section titled “Properties”axisColors
Section titled “axisColors”Defined in: camera/EditorGrid.ts:37
One color per world axis, indexed the way a WorldAxis is: x, y, z. Which two get drawn is the work plane’s answer, not this resource’s.
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.