Skip to content

SpriteProps

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

[key: string]: any

alpha: number

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

VisibilityProps.alpha


anchor: PointLike

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


asset: TextureLike

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

TextureProps.asset


optional layout: null | boolean | Omit<LayoutOptions, "target">

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

LayoutProps.layout


position: PointLike

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

PositionProps.position


scale: PointLike

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

ScaleProps.scale


scaleX: number

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

ScaleProps.scaleX


scaleY: number

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

ScaleProps.scaleY


sheet: SpriteSheetLike

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

TextureProps.sheet


visible: boolean

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

VisibilityProps.visible


x: number

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

PositionProps.x


y: number

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

PositionProps.y