Satchel
fun Satchel( posX: Number = 0, posY: Number = 0, width: Number = DEFAULT_SATCHEL_WIDTH, height: Number = DEFAULT_SATCHEL_HEIGHT, visual: Visual = Visual.EMPTY)
Content copied to clipboard
Creates a Satchel.
Parameters
T
Generic GameComponentView.
pos X
horizontal coordinate for this Satchel. Default: 0.
pos Y
vertical coordinate for this Satchel. Default: 0.
width
width for this Satchel. Default: DEFAULT_SATCHEL_WIDTH.
height
height for this Satchel. Default: DEFAULT_SATCHEL_HEIGHT.
visual
visual for this Satchel. Default: Visual.EMPTY.