Skip to content

Interface: IAutoBoundsData

Hierarchy

Table of contents

Properties

Properties

top

Optional top: number

Inherited from

IAutoBoxData.top

Defined in

leafer/packages/interface/src/math/IMath.ts:141


Optional right: number

Inherited from

IAutoBoxData.right

Defined in

leafer/packages/interface/src/math/IMath.ts:142


bottom

Optional bottom: number

Inherited from

IAutoBoxData.bottom

Defined in

leafer/packages/interface/src/math/IMath.ts:143


left

Optional left: number

Inherited from

IAutoBoxData.left

Defined in

leafer/packages/interface/src/math/IMath.ts:144


width

Optional width: number

Defined in

leafer/packages/interface/src/math/IMath.ts:149


height

Optional height: number

Defined in

leafer/packages/interface/src/math/IMath.ts:150

Released under the MIT License.