Skip to content

@jpmorganchase/anu / Exports / Layout

Class: Layout

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Layout(name, options, scene): Layout

Parameters

NameType
namestring
optionsLayoutOptions
sceneScene

Returns

Layout

Defined in

src/prefabs/Layout/Layout.ts:32

Properties

currentLayout

currentLayout: Number = 0

Defined in

src/prefabs/Layout/Layout.ts:29


name

name: string

Defined in

src/prefabs/Layout/Layout.ts:26


options

options: LayoutOptions

Defined in

src/prefabs/Layout/Layout.ts:27


root

root: Mesh

Defined in

src/prefabs/Layout/Layout.ts:30


scene

scene: Scene

Defined in

src/prefabs/Layout/Layout.ts:28

Methods

animatePosition

animatePosition(obj, newPos): void

Parameters

NameType
objTransformNode
newPosVector3

Returns

void

Defined in

src/prefabs/Layout/Layout.ts:188


animateRotation

animateRotation(obj, newRot): void

Parameters

NameType
objTransformNode
newRotVector3

Returns

void

Defined in

src/prefabs/Layout/Layout.ts:207


animateScale

animateScale(obj, newScale): void

Parameters

NameType
objTransformNode
newScaleVector3

Returns

void

Defined in

src/prefabs/Layout/Layout.ts:227


attr

attr(s, val): Layout

Parameters

NameType
sstring
valobject

Returns

Layout

Defined in

src/prefabs/Layout/Layout.ts:143


boundingBoxLocal

boundingBoxLocal(selection): BoundingInfo

Parameters

NameType
selectionSelection

Returns

BoundingInfo

Defined in

src/prefabs/Layout/Layout.ts:246


cylinderLayout

cylinderLayout(): Layout

Returns

Layout

Defined in

src/prefabs/Layout/Layout.ts:69


planeLayout

planeLayout(): Layout

Returns

Layout

Defined in

src/prefabs/Layout/Layout.ts:40


sphereLayout

sphereLayout(): Layout

Returns

Layout

Defined in

src/prefabs/Layout/Layout.ts:107


update

update(): Layout

Returns

Layout

Defined in

src/prefabs/Layout/Layout.ts:180