Package | away3d.events |
Class | public class ClippingEvent |
Inheritance | ClippingEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
clipping : Clipping
A reference to the session object that is relevant to the event. | ClippingEvent |
Method | Defined By | ||
---|---|---|---|
ClippingEvent(type:String, clipping:Clipping)
Creates a new FaceEvent object. | ClippingEvent | ||
clone():Event [override]
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original. | ClippingEvent |
Constant | Defined By | ||
---|---|---|---|
CLIPPING_UPDATED : String = clippingUpdated [static]
Defines the value of the type property of a ClipingUpdated event object. | ClippingEvent | ||
SCREEN_UPDATED : String = screenUpdated [static]
Defines the value of the type property of a ScreenUpdated event object. | ClippingEvent |
clipping | property |
public var clipping:Clipping
A reference to the session object that is relevant to the event.
ClippingEvent | () | Constructor |
public function ClippingEvent(type:String, clipping:Clipping)
Creates a new FaceEvent
object.
type:String — The type of the event. Possible values are: FaceEvent.UPDATED .
| |
clipping:Clipping — A reference to the clipping object that is relevant to the event.
|
clone | () | method |
override public function clone():Event
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
CLIPPING_UPDATED | Constant |
public static const CLIPPING_UPDATED:String = clippingUpdated
Defines the value of the type property of a ClipingUpdated event object.
SCREEN_UPDATED | Constant |
public static const SCREEN_UPDATED:String = screenUpdated
Defines the value of the type property of a ScreenUpdated event object.