Skip to content

UICanvasFactoryProps

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

Configuration for the Container class.

Extends

Indexable

[key: string]: any

Properties

alpha

alpha: number

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

Inherited from

ContainerProps.alpha


autoResize

autoResize: boolean

Defined in: display/Container.ts:15

Inherited from

ContainerProps.autoResize


autoUpdate

autoUpdate: boolean

Defined in: display/Container.ts:16

Inherited from

ContainerProps.autoUpdate


debug

debug: boolean

Defined in: ui/UICanvas.ts:48

Inherited from

UICanvasProps.debug


padding

padding: PointLike | Partial<Padding>

Defined in: ui/UICanvas.ts:49

Inherited from

UICanvasProps.padding


pivot

pivot: PointLike

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

Inherited from

ContainerProps.pivot


position

position: PointLike

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

Inherited from

ContainerProps.position


priority

priority: SignalOrder

Defined in: display/Container.ts:17

Inherited from

ContainerProps.priority


scale

scale: PointLike

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

Inherited from

ContainerProps.scale


scaleX

scaleX: number

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

Inherited from

ContainerProps.scaleX


scaleY

scaleY: number

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

Inherited from

ContainerProps.scaleY


size?

optional size: SizeLike

Defined in: ui/UICanvas.ts:50

Inherited from

UICanvasProps.size


useAppSize?

optional useAppSize: boolean

Defined in: ui/UICanvas.ts:51

Inherited from

UICanvasProps.useAppSize


visible

visible: boolean

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

Inherited from

ContainerProps.visible


x

x: number

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

Inherited from

ContainerProps.x


y

y: number

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

Inherited from

ContainerProps.y