nme.display.Sprite
type
class
extends
DisplayObjectContainer
subclasses
nme.display.MovieClip
available in
nme
Constructor
new
()
Instance Variables
hide inherited
show inherited
alpha
:
Float
inherited from
nme.display.DisplayObject
blendMode
:
BlendMode
inherited from
nme.display.DisplayObject
buttonMode
:
Bool
cacheAsBitmap
:
Bool
inherited from
nme.display.DisplayObject
doubleClickEnabled
:
Bool
inherited from
nme.display.InteractiveObject
dropTarget
(default,null) :
DisplayObject
filters
:
Array
<
Dynamic
>
inherited from
nme.display.DisplayObject
focusRect
:
Dynamic
inherited from
nme.display.InteractiveObject
globalToLocal3D
: point :
nme.geom.Point
->
nme.geom.Vector3D
inherited from
nme.display.DisplayObject
graphics
(default,null) :
Graphics
height
:
Float
inherited from
nme.display.DisplayObject
hitArea
:
Sprite
loaderInfo
(default,null) :
LoaderInfo
inherited from
nme.display.DisplayObject
local3DToGlobal
: point3d :
nme.geom.Vector3D
->
nme.geom.Point
inherited from
nme.display.DisplayObject
mask
:
DisplayObject
inherited from
nme.display.DisplayObject
mouseChildren
:
Bool
inherited from
nme.display.DisplayObjectContainer
mouseEnabled
:
Bool
inherited from
nme.display.InteractiveObject
mouseX
(default,null) :
Float
inherited from
nme.display.DisplayObject
mouseY
(default,null) :
Float
inherited from
nme.display.DisplayObject
name
:
String
inherited from
nme.display.DisplayObject
needsSoftKeyboard
:
Bool
inherited from
nme.display.InteractiveObject
numChildren
(default,null) :
Int
inherited from
nme.display.DisplayObjectContainer
opaqueBackground
:
Null
<
Int
>
inherited from
nme.display.DisplayObject
parent
(default,null) :
DisplayObjectContainer
inherited from
nme.display.DisplayObject
removeChildren
: ?beginIndex :
Int
-> ?endIndex :
Int
->
Void
inherited from
nme.display.DisplayObjectContainer
requestSoftKeyboard
:
Void
->
Bool
inherited from
nme.display.InteractiveObject
root
(default,null) :
DisplayObject
inherited from
nme.display.DisplayObject
rotation
:
Float
inherited from
nme.display.DisplayObject
rotationX
:
Float
inherited from
nme.display.DisplayObject
rotationY
:
Float
inherited from
nme.display.DisplayObject
rotationZ
:
Float
inherited from
nme.display.DisplayObject
scale9Grid
:
nme.geom.Rectangle
inherited from
nme.display.DisplayObject
scaleX
:
Float
inherited from
nme.display.DisplayObject
scaleY
:
Float
inherited from
nme.display.DisplayObject
scaleZ
:
Float
inherited from
nme.display.DisplayObject
scrollRect
:
nme.geom.Rectangle
inherited from
nme.display.DisplayObject
softKeyboardInputAreaOfInterest
:
nme.geom.Rectangle
inherited from
nme.display.InteractiveObject
soundTransform
:
nme.media.SoundTransform
stage
(default,null) :
Stage
inherited from
nme.display.DisplayObject
startTouchDrag
: touchPointID :
Int
-> ?lockCenter :
Bool
-> ?bounds :
nme.geom.Rectangle
->
Void
stopTouchDrag
: touchPointID :
Int
->
Void
tabChildren
:
Bool
inherited from
nme.display.DisplayObjectContainer
tabEnabled
:
Bool
inherited from
nme.display.InteractiveObject
tabIndex
:
Int
inherited from
nme.display.InteractiveObject
transform
:
nme.geom.Transform
inherited from
nme.display.DisplayObject
useHandCursor
:
Bool
visible
:
Bool
inherited from
nme.display.DisplayObject
width
:
Float
inherited from
nme.display.DisplayObject
x
:
Float
inherited from
nme.display.DisplayObject
y
:
Float
inherited from
nme.display.DisplayObject
z
:
Float
inherited from
nme.display.DisplayObject
Instance Methods
hide inherited
show inherited
addChild
(child :
DisplayObject
) :
DisplayObject
inherited from
nme.display.DisplayObjectContainer
addChildAt
(child :
DisplayObject
, index :
Int
) :
DisplayObject
inherited from
nme.display.DisplayObjectContainer
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
nme.events.EventDispatcher
areInaccessibleObjectsUnderPoint
(point :
nme.geom.Point
) :
Bool
inherited from
nme.display.DisplayObjectContainer
contains
(child :
DisplayObject
) :
Bool
inherited from
nme.display.DisplayObjectContainer
dispatchEvent
(event :
Event
) :
Bool
inherited from
nme.events.EventDispatcher
getBounds
(targetCoordinateSpace :
DisplayObject
) :
nme.geom.Rectangle
inherited from
nme.display.DisplayObject
getChildAt
(index :
Int
) :
DisplayObject
inherited from
nme.display.DisplayObjectContainer
getChildByName
(name :
String
) :
DisplayObject
inherited from
nme.display.DisplayObjectContainer
getChildIndex
(child :
DisplayObject
) :
Int
inherited from
nme.display.DisplayObjectContainer
getObjectsUnderPoint
(point :
nme.geom.Point
) :
Array
<
DisplayObject
>
inherited from
nme.display.DisplayObjectContainer
getRect
(targetCoordinateSpace :
DisplayObject
) :
nme.geom.Rectangle
inherited from
nme.display.DisplayObject
globalToLocal
(point :
nme.geom.Point
) :
nme.geom.Point
inherited from
nme.display.DisplayObject
hasEventListener
(type :
String
) :
Bool
inherited from
nme.events.EventDispatcher
hitTestObject
(obj :
DisplayObject
) :
Bool
inherited from
nme.display.DisplayObject
hitTestPoint
(x :
Float
, y :
Float
, ?shapeFlag :
Bool
) :
Bool
inherited from
nme.display.DisplayObject
localToGlobal
(point :
nme.geom.Point
) :
nme.geom.Point
inherited from
nme.display.DisplayObject
removeChild
(child :
DisplayObject
) :
DisplayObject
inherited from
nme.display.DisplayObjectContainer
removeChildAt
(index :
Int
) :
DisplayObject
inherited from
nme.display.DisplayObjectContainer
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
nme.events.EventDispatcher
setChildIndex
(child :
DisplayObject
, index :
Int
) :
Void
inherited from
nme.display.DisplayObjectContainer
startDrag
(?lockCenter :
Bool
, ?bounds :
nme.geom.Rectangle
) :
Void
stopDrag
() :
Void
swapChildren
(child1 :
DisplayObject
, child2 :
DisplayObject
) :
Void
inherited from
nme.display.DisplayObjectContainer
swapChildrenAt
(index1 :
Int
, index2 :
Int
) :
Void
inherited from
nme.display.DisplayObjectContainer
toString
() :
String
inherited from
nme.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
nme.events.EventDispatcher