MotionScript

@motion-script/core


@motion-script/core / SpaceRect

Interface: SpaceRect

Defined in: render/render-context.ts:49

A bounding box in the current node's local space (origin = the node's layout-cell centre, the same space shapes are drawn in). left/top use the canvas convention (y down).

Properties

bottom

bottom: number

Defined in: render/render-context.ts:53


left

left: number

Defined in: render/render-context.ts:50


right: number

Defined in: render/render-context.ts:52


top

top: number

Defined in: render/render-context.ts:51