DisplayListItem.this

Creates a display list item with palette selector.

  1. this(Coordinate position, ABitmap sprite, int priority, ushort paletteSel, int scaleHoriz, int scaleVert)
    struct DisplayListItem
    pure @trusted nothrow
    this
    (
    Coordinate position
    ,
    ABitmap sprite
    ,,
    ushort paletteSel = 0
    ,
    int scaleHoriz = 1024
    ,
    int scaleVert = 1024
    )
  2. this(Coordinate position, Coordinate slice, ABitmap sprite, int priority, int scaleHoriz, int scaleVert)

Meta