跳转到内容

EditorGridData

此内容尚不支持你的语言。

Defined in: camera/EditorGrid.ts:24

axisColors: [GridColor, GridColor, GridColor]

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: boolean

Defined in: camera/EditorGrid.ts:26

When true (editor only), the grid renderer draws the grid this frame.


majorColor: GridColor

Defined in: camera/EditorGrid.ts:34

Major line color.


majorEvery: number

Defined in: camera/EditorGrid.ts:30

Every Nth line is drawn as a heavier major line.


spacing: number

Defined in: camera/EditorGrid.ts:28

Minor grid line spacing, world units.