blob: 35e7e85644ddec92770674d17fb52c73a2f40d38 [file] [log] [blame]
function PIXICompElement(data, globalData, comp){
this.completeLayers = false;
this.layers = data.layers;
this.pendingElements = [];
this.elements = createSizedArray(this.layers.length);
this.initElement(data, globalData, comp);
this.tm = data.tm ? PropertyFactory.getProp(this,data.tm,0,globalData.frameRate, this) : {_placeholder:true};
}
extendPrototype([PIXIRenderer, ICompElement, PIXIBaseElement], PIXICompElement);