Skip to content

AnimatedSpriteAnimationProps

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

Extends

Indexable

[key: string]: any

Properties

alpha

alpha: number

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

Inherited from

VisibilityProps.alpha


animationSpeed

animationSpeed: number

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


autoUpdate

autoUpdate: boolean

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


loop

loop: boolean

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


numFrames

numFrames: number

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


position

position: PointLike

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

Inherited from

PositionProps.position


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


sheet

sheet: SpriteSheetLike

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


startIndex

startIndex: number

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


texturePrefix

texturePrefix: string

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


updateAnchor

updateAnchor: boolean

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


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


zeroPad

zeroPad: number

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