TiledSpriteObjectDataType: {
    height: number;
    texture: string;
    width: number;
}

Initial properties for a Tiled Sprite object

Type declaration

  • height: number

    Default height of the object, if the instance has no custom height.

  • texture: string
  • width: number

    Default width of the object, if the instance has no custom width.