Skip to content

AnimatedSpriteAnimationProps

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

[key: string]: any

alpha: number

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

VisibilityProps.alpha


animationSpeed: number

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


autoUpdate: boolean

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


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

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

LayoutProps.layout


loop: boolean

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


numFrames: number

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


position: PointLike

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

PositionProps.position


scale: PointLike

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

ScaleProps.scale


scaleX: number

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

ScaleProps.scaleX


scaleY: number

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

ScaleProps.scaleY


sheet: SpritesheetAsset

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


startIndex: number

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


texturePrefix: string

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


updateAnchor: boolean

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


visible: boolean

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

VisibilityProps.visible


x: number

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

PositionProps.x


y: number

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

PositionProps.y


zeroPad: number

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