Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PIXISimpleGroupOptions

Options for a simple group constructor

Hierarchy

  • PIXISimpleGroupOptions

Properties

Optional area

a definition for min and max size for effects

Optional cleanControl

cleanControl: boolean

true does not enable SimpleGroup direct control over the sprite.

container

container: any

A PIXI.Container

Optional key

key: boolean

a search for sprites with key name

Optional position

position: number[]

a anchor container position set

Optional random

random: boolean

true random a sprites position in container

Optional size

size: Record<string, number>

size = { width: 100, height: 100 }

Generated using TypeDoc