Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

BitmapTypes: string | string[] | android.graphics.Bitmap | android.graphics.Bitmap[]

Types that can be used to create element texture. For static textures it can be string path to texture in assets directory, or [[android.graphics.Bitmap]] instance. For animated textures it can be array of string paths to texture in assets directory, or an array of [[android.graphics.Bitmap]] instances. Each element in the array represents one of animation frames

Generated using TypeDoc