| Method Summary |
| Point3D | GetPosition
()
Get method for attribute
"Position"
The coordinates of the picked point. |
|
/*optional*/
MouseButton | GetSelectedButton
()
Get method for attribute
"SelectedButton"
The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected. |
| void | SetPosition
(Point3D value)
Set method for attribute
"Position"
The coordinates of the picked point. |
| void | SetSelectedButton
(
/*optional*/
MouseButton value)
Set method for attribute
"SelectedButton"
The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected. |