Packageaway3dlite.events
Classpublic class ClippingEvent
InheritanceClippingEvent Inheritance flash.events.Event

Passed as a parameter when a clip event occurs



Public Properties
 PropertyDefined By
  clipping : Clipping
A reference to the session object that is relevant to the event.
ClippingEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property Detail
clippingproperty
public var clipping:Clipping

A reference to the session object that is relevant to the event.

Constructor Detail
ClippingEvent()Constructor
public function ClippingEvent(type:String, clipping:Clipping)

Creates a new FaceEvent object.

Parameters
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.
####INIT####
Method Detail
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.

Returns
Event
Constant Detail
CLIPPING_UPDATEDConstant
public static const CLIPPING_UPDATED:String = clippingUpdated

Defines the value of the type property of a ClipingUpdated event object.

SCREEN_UPDATEDConstant 
public static const SCREEN_UPDATED:String = screenUpdated

Defines the value of the type property of a ScreenUpdated event object.