| 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 | ||
|---|---|---|---|
|
Creates a new
FaceEvent object. | ClippingEvent | ||
|
clone():Event
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)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.
|
| clone | () | method |
public override 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.