| Package | de.nulldesign.nd3d.events |
| Class | public class Mouse3DEvent |
| Inheritance | Mouse3DEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| face : Face
Holds the current clicked face
| Mouse3DEvent | ||
| mesh : Object3D
Holds the current clicked mesh
| Mouse3DEvent | ||
| uv : UV
Holds the UV coordinates of the clickposition on the texture.
| Mouse3DEvent | ||
| Method | Defined by | ||
|---|---|---|---|
| Mouse3DEvent | |||
| Constant | Defined by | ||
|---|---|---|---|
| MOUSE_CLICK : String = "onMouse3DClick" [static]
| Mouse3DEvent | ||
| MOUSE_DOWN : String = "onMouse3DDown" [static]
| Mouse3DEvent | ||
| MOUSE_MOVE : String = "onMouse3DMove" [static]
| Mouse3DEvent | ||
| MOUSE_OUT : String = "onMouse3DOut" [static]
| Mouse3DEvent | ||
| MOUSE_OVER : String = "onMouse3DOver" [static]
| Mouse3DEvent | ||
| MOUSE_UP : String = "onMouse3DUp" [static]
| Mouse3DEvent | ||
| face | property |
public var face:FaceHolds the current clicked face
| mesh | property |
public var mesh:Object3DHolds the current clicked mesh
| uv | property |
public var uv:UVHolds the UV coordinates of the clickposition on the texture. Use these coordinates to find the exact click location on your texture.
| Mouse3DEvent | () | constructor |
public function Mouse3DEvent(type:String, mesh:Object3D, face:Face, uv:UV)Parameters
type:String |
|
mesh:Object3D |
|
face:Face |
|
uv:UV |
| MOUSE_CLICK | constant |
public static const MOUSE_CLICK:String = "onMouse3DClick"
| MOUSE_DOWN | constant |
public static const MOUSE_DOWN:String = "onMouse3DDown"
| MOUSE_MOVE | constant |
public static const MOUSE_MOVE:String = "onMouse3DMove"
| MOUSE_OUT | constant |
public static const MOUSE_OUT:String = "onMouse3DOut"
| MOUSE_OVER | constant |
public static const MOUSE_OVER:String = "onMouse3DOver"
| MOUSE_UP | constant |
public static const MOUSE_UP:String = "onMouse3DUp"