| Package | dragonBones.display |
| Class | public class StarlingDisplayBridge |
| Inheritance | StarlingDisplayBridge Object |
| Implements | IDisplayBridge |
| Property | Defined By | ||
|---|---|---|---|
| display : Object
Indicates the original display object relative to specific display engine. | StarlingDisplayBridge | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new StarlingDisplayBridge instance. | StarlingDisplayBridge | ||
addDisplay(container:Object, index:int = -1):void
Adds the original display object to another display object. | StarlingDisplayBridge | ||
removeDisplay():void
remove the original display object from its parent. | StarlingDisplayBridge | ||
update(matrix:Matrix, node:BoneTransform, colorTransform:ColorTransform, visible:Boolean):void
Updates the transform of the display object
| StarlingDisplayBridge | ||
| 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| StarlingDisplayBridge | () | Constructor |
public function StarlingDisplayBridge()Creates a new StarlingDisplayBridge instance.
| 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 |