Skip to content

AnimatedSpriteProps

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

[key: string]: any

alpha: number

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

VisibilityProps.alpha


animations: object

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

[animationName: string]: Partial<AnimatedSpriteAnimationProps>


animationSpeed: number

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


autoPlay: boolean

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


autoUpdate: boolean

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


defaultAnimation: string

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


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

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

LayoutProps.layout


position: PointLike

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

PositionProps.position


reversible: boolean

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


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


startIndex: number

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


texturePrefix: string

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


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