AbstractDisplayable class
public function getName():String
Gets the name value of this IDisplayable.
String
public function setName(name:String):Void
Sets the name value of this IDisplayable.
name | a value for name |
Void
public function getStageAsset():MovieClip
Gets the stageAsset value of this IDisplayable.
MovieClip
public function setStageAsset(asset:MovieClip):Void
Sets the stageAsset value of this IDisplayable.
asset | a value for asset |
Void
public function getDepth():Number
Gets the depth value of this IDisplayable.
Number
public function setDepth(depth:Number):Void
Sets the depth value of this IDisplayable.
depth | a value for depth |
Void
public function setX(x:Number):Void
Sets the x value of this IDisplayable.
x | a value for x |
Void
public function setY(y:Number):Void
Sets the y value of this IDisplayable.
y | a value for y |
Void
public function getContainer():MovieClip
Gets the container value of this IDisplayable.
MovieClip
public function setParent(parent:Object):Void
public function getParent():INestable