Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompositeSpriteOptions

Hierarchy

  • CompositeSpriteOptions

Index

Properties

Optional height

height?: number

The height of the texture for the sprite.

Optional objectToRender

objectToRender?: DisplayObject

The object to render. When set, it will automatically be rendered to the sprite's texture each frame.

Optional resolution

resolution?: number

The resolution of the texture for the sprite.

Optional width

width?: number

The width of the texture for the sprite.

Generated using TypeDoc