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


Optional right: number

Inherited from

IAutoBoxData.right

Defined in

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


bottom

Optional bottom: number

Inherited from

IAutoBoxData.bottom

Defined in

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


left

Optional left: number

Inherited from

IAutoBoxData.left

Defined in

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


width

Optional width: number

Defined in

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


height

Optional height: number

Defined in

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

Released under the MIT License.