Package | away3d.events |
Class | public class SessionEvent |
Inheritance | SessionEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
session : AbstractRenderSession
A reference to the session object that is relevant to the event.
| SessionEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
FaceEvent object. | SessionEvent | ||
clone():Event
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
| SessionEvent |
Constant | Defined by | ||
---|---|---|---|
SESSION_UPDATED : String = "sessionUpdated" [static]
Defines the value of the type property of a sessionUpdated event object.
| SessionEvent |
session | property |
public var session:AbstractRenderSession
A reference to the session object that is relevant to the event.
SessionEvent | () | constructor |
public function SessionEvent(type:String, session:AbstractRenderSession)
Parameters
type:String — The type of the event. Possible values are: FaceEvent.UPDATED .
|
|
session:AbstractRenderSession — A reference to the session 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 |
SESSION_UPDATED | constant |
public static const SESSION_UPDATED:String = "sessionUpdated"
Defines the value of the type property of a sessionUpdated event object.