flash.display.Stage3D
type
class
extends
flash.events.EventDispatcher
available in
flash
metadata
:require
flash11
Instance Variables
hide inherited
show inherited
context3D
(default,null) :
flash.display3D.Context3D
visible
:
Bool
x
:
Float
y
:
Float
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
requestContext3D
(?context3DRenderMode :
String
) :
Void
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher