Skip to content

AnimatedSpriteProps

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

[key: string]: any

alpha: number

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

VisibilityProps.alpha


animations: object

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

[animationName: string]: Partial<AnimatedSpriteAnimationProps>


animationSpeed: number

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


autoPlay: boolean

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


autoUpdate: boolean

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


defaultAnimation: string

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


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


reversible: boolean

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


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


startIndex: number

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


texturePrefix: string

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


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


zeroPad: number

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