Skip to content

ContainerProps

Defined in: mixins/factory/props.ts:93

Configuration for the Container class.

Extends

Extended by

Indexable

[key: string]: any

Properties

alpha

alpha: number

Defined in: mixins/factory/props.ts:33

Inherited from

VisibilityProps.alpha


autoResize

autoResize: boolean

Defined in: display/Container.ts:15

Inherited from

ContainerConfig.autoResize


autoUpdate

autoUpdate: boolean

Defined in: display/Container.ts:16

Inherited from

ContainerConfig.autoUpdate


pivot

pivot: PointLike

Defined in: mixins/factory/props.ts:29

Inherited from

PivotProps.pivot


position

position: PointLike

Defined in: mixins/factory/props.ts:19

Inherited from

PositionProps.position


priority

priority: SignalOrder

Defined in: display/Container.ts:17

Inherited from

ContainerConfig.priority


scale

scale: PointLike

Defined in: mixins/factory/props.ts:25

Inherited from

ScaleProps.scale


scaleX

scaleX: number

Defined in: mixins/factory/props.ts:23

Inherited from

ScaleProps.scaleX


scaleY

scaleY: number

Defined in: mixins/factory/props.ts:24

Inherited from

ScaleProps.scaleY


visible

visible: boolean

Defined in: mixins/factory/props.ts:34

Inherited from

VisibilityProps.visible


x

x: number

Defined in: mixins/factory/props.ts:17

Inherited from

PositionProps.x


y

y: number

Defined in: mixins/factory/props.ts:18

Inherited from

PositionProps.y