target property added to PIXI.InteractiveData
docs updated to reflect change
This commit is contained in:
parent
74b26670ab
commit
9838176a49
8 changed files with 105 additions and 21 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue