| Package | dragonBones.display |
| Interface | public interface IDisplayBridge |
| Implementors | NativeDisplayBridge, StarlingDisplayBridge |
| Property | Defined By | ||
|---|---|---|---|
| display : Object
Indicates the original display object relative to specific display engine. | IDisplayBridge | ||
| Method | Defined By | ||
|---|---|---|---|
addDisplay(container:Object, index:int = -1):void
Adds the original display object to another display object. | IDisplayBridge | ||
removeDisplay():void
remove the original display object from its parent. | IDisplayBridge | ||
update(matrix:Matrix, node:BoneTransform, colorTransform:ColorTransform, visible:Boolean):void
Updates the transform of the display object
| IDisplayBridge | ||
| display | property |
display:ObjectIndicates the original display object relative to specific display engine.
public function get display():Object public function set display(value:Object):void| addDisplay | () | method |
public function addDisplay(container:Object, index:int = -1):voidAdds the original display object to another display object.
Parameters
container:Object | |
index:int (default = -1) |
| removeDisplay | () | method |
public function removeDisplay():voidremove the original display object from its parent.
| update | () | method |
public function update(matrix:Matrix, node:BoneTransform, colorTransform:ColorTransform, visible:Boolean):voidUpdates the transform of the display object
Parameters
matrix:Matrix | |
node:BoneTransform | |
colorTransform:ColorTransform | |
visible:Boolean |