target property added to PIXI.InteractiveData

docs updated to reflect change
This commit is contained in:
Mat Groves 2013-03-22 08:34:49 +00:00
parent 74b26670ab
commit 9838176a49
8 changed files with 105 additions and 21 deletions

View file

@ -227,6 +227,7 @@ PIXI.DisplayObject.prototype.updateTransform = function()
mat3.multiply(this.localTransform, this.parent.worldTransform, this.worldTransform);
this.worldAlpha = this.alpha * this.parent.worldAlpha;
}
</pre>
</div>