Method | Description | |
---|---|---|
Stage ( ) : System.Collections | ||
addChild ( DisplayObject child ) : void | ||
addChildAt ( int index, DisplayObject child ) : void | ||
cleanMousePosition ( ) : void | ||
render ( ) : void | ||
updateBoundRect ( ) : void | ||
updateMousePosition ( Vector2 mousePos, Vector2 deltaPos ) : void | ||
updateTouches ( Touch touchs ) : void | ||
updateTransform ( ) : void | ||
updateTransformInTree ( ) : void |
public addChild ( DisplayObject child ) : void | ||
child | DisplayObject | |
return | void |
public addChildAt ( int index, DisplayObject child ) : void | ||
index | int | |
child | DisplayObject | |
return | void |
public updateMousePosition ( Vector2 mousePos, Vector2 deltaPos ) : void | ||
mousePos | Vector2 | |
deltaPos | Vector2 | |
return | void |