BaseSelection constructor

BaseSelection(
  1. Selection _info
)

Base class for all FireAtlas selections, containing information for a section of the image.

Check SpriteSelection for Sprite based selections, and AnimationSelection for SpriteAnimation based selections.

Implementation

BaseSelection(this._info);