Skip to content

AnimatedSpriteAnimationProps

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

[key: string]: any

alpha: number

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

VisibilityProps.alpha


animationSpeed: number

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


autoUpdate: boolean

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


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

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

LayoutProps.layout


loop: boolean

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


numFrames: number

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


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


startIndex: number

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


texturePrefix: string

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


updateAnchor: boolean

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


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