Skip to main content

Interface: FullScreenRectangleOptions

Defined in: mobjects/frame/index.ts:103

Options for creating a FullScreenRectangle

Properties

center?

optional center: Vector3Tuple

Defined in: mobjects/frame/index.ts:117

Center position. Default: [0, 0, 0]


color?

optional color: string

Defined in: mobjects/frame/index.ts:105

Fill color. Default: BLACK (#000000)


fillOpacity?

optional fillOpacity: number

Defined in: mobjects/frame/index.ts:107

Fill opacity from 0 to 1. Default: 1


frameHeight?

optional frameHeight: number

Defined in: mobjects/frame/index.ts:115

Frame height in world units. Default: DEFAULT_FRAME_HEIGHT (8)


frameWidth?

optional frameWidth: number

Defined in: mobjects/frame/index.ts:113

Frame width in world units. Default: DEFAULT_FRAME_WIDTH (14.222)


strokeColor?

optional strokeColor: string

Defined in: mobjects/frame/index.ts:111

Stroke color. Default: same as fill color


strokeWidth?

optional strokeWidth: number

Defined in: mobjects/frame/index.ts:109

Stroke width in pixels. Default: 0 (no stroke)