Package | away3d.events |
Class | public class Object3DEvent |
Inheritance | Object3DEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
object : Object3D
A reference to the 3d object that is relevant to the event.
| Object3DEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
MaterialEvent object. | Object3DEvent | ||
clone():Event
Creates a copy of the Object3DEvent object and sets the value of each property to match that of the original.
| Object3DEvent |
Constant | Defined by | ||
---|---|---|---|
DIMENSIONS_CHANGED : String = "dimensionsChanged" [static]
Defines the value of the type property of a dimensionsChanged event object.
| Object3DEvent | ||
PARENT_UPDATED : String = "parentUpdated" [static]
Defines the value of the type property of a parentUpdated event object.
| Object3DEvent | ||
SCENE_CHANGED : String = "sceneChanged" [static]
Defines the value of the type property of a sceneChanged event object.
| Object3DEvent | ||
SCENETRANSFORM_CHANGED : String = "scenetransformChanged" [static]
Defines the value of the type property of a scenetransformChanged event object.
| Object3DEvent | ||
SESSION_CHANGED : String = "sessionChanged" [static]
Defines the value of the type property of a sessionChanged event object.
| Object3DEvent | ||
SESSION_UPDATED : String = "sessionUpdated" [static]
Defines the value of the type property of a sessionUpdated event object.
| Object3DEvent | ||
TRANSFORM_CHANGED : String = "transformChanged" [static]
Defines the value of the type property of a transformChanged event object.
| Object3DEvent |
object | property |
public var object:Object3D
A reference to the 3d object that is relevant to the event.
Object3DEvent | () | constructor |
public function Object3DEvent(type:String, object:Object3D)
Parameters
type:String — The type of the event. Possible values are: Object3DEvent.TRANSFORM_CHANGED , Object3DEvent.SCENETRANSFORM_CHANGED , Object3DEvent.SCENE_CHANGED , Object3DEvent.RADIUS_CHANGED and Object3DEvent.DIMENSIONS_CHANGED .
|
|
object:Object3D — A reference to the 3d object that is relevant to the event.
|
clone | () | method |
public override function clone():Event
Creates a copy of the Object3DEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
DIMENSIONS_CHANGED | constant |
public static const DIMENSIONS_CHANGED:String = "dimensionsChanged"
Defines the value of the type property of a dimensionsChanged event object.
PARENT_UPDATED | constant |
public static const PARENT_UPDATED:String = "parentUpdated"
Defines the value of the type property of a parentUpdated event object.
SCENE_CHANGED | constant |
public static const SCENE_CHANGED:String = "sceneChanged"
Defines the value of the type property of a sceneChanged event object.
SCENETRANSFORM_CHANGED | constant |
public static const SCENETRANSFORM_CHANGED:String = "scenetransformChanged"
Defines the value of the type property of a scenetransformChanged event object.
SESSION_CHANGED | constant |
public static const SESSION_CHANGED:String = "sessionChanged"
Defines the value of the type property of a sessionChanged event object.
SESSION_UPDATED | constant |
public static const SESSION_UPDATED:String = "sessionUpdated"
Defines the value of the type property of a sessionUpdated event object.
TRANSFORM_CHANGED | constant |
public static const TRANSFORM_CHANGED:String = "transformChanged"
Defines the value of the type property of a transformChanged event object.