Name | Description | |
---|---|---|
NInteractor Constructor | Overloaded. |
The following tables list the members exposed by NInteractor.
Name | Description | |
---|---|---|
NInteractor Constructor | Overloaded. |
Name | Description | |
---|---|---|
NInteractorSchema | Schema associated with NInteractor | |
ToolAbortedEvent | Tool aborted | |
ToolActivatedEvent | Tool activated | |
ToolDeactivatedEvent | Tool deactivated |
Name | Description | |
---|---|---|
ActiveTool | Gets the active tool within the group | |
OwnerInputTarget | Gets the input target to which this interactor belongs. |
Name | Description | |
---|---|---|
DisableAllTools | Disables all tools, depending on the value of the enable parameter. | |
DisableTool | Disables the tools with the specified schema. Have no effect on the other tools | |
EnableAllTools | Enables all tools, depending on the value of the enable parameter. | |
EnableTool | Enables the tools with the specified schema. Have no effect on the other tools | |
GetTool | Overloaded. Gets the first child tool with the specified schema. | |
OnDragDrop | Handler for the NDragDrop.DragDropEvent event. | |
OnDragEnter | Handler for the NDragDrop.DragEnterEvent event. | |
OnDragIn | Handler for the NDragDrop.DragInEvent event. | |
OnDragLeave | Handler for the NDragDrop.DragLeaveEvent event. | |
OnDragOut | Handler for the NDragDrop.DragOutEvent event. | |
OnDragOver | Handler for the NDragDrop.DragOverEvent event. | |
OnFocusIn | Handler for the NKeyboard.FocusInEvent event. | |
OnFocusOut | Handler for the NKeyboard.FocusOutEvent event. | |
OnGotFocus | Handler for the NKeyboard.GotFocusEvent event. | |
OnGotMouseCapture | Handler for the NMouse.GotCaptureEvent events | |
OnGotTouchCapture | Handler for the NTouch.GotCaptureEvent events | |
OnInputChar | Handler for the NKeyboard.InputCharEvent event. | |
OnKeyDown | Handler for the NKeyboard.KeyDownEvent event. | |
OnKeyUp | Handler for the NKeyboard.KeyUpEvent event. | |
OnLostFocus | Handler for the NKeyboard.LostFocus event. | |
OnLostMouseCapture | Handler for the NMouse.LostCaptureEvent event | |
OnLostTouchCapture | Handler for the NTouch.LostCaptureEvent event | |
OnMouseCaptureIn | Handler for the NMouse.CaptureInEvent event | |
OnMouseCaptureOut | Handler for the NMouse.CaptureOutEvent event | |
OnMouseDown | Handler for the NMouse.DownEvent event. | |
OnMouseEnter | Handler for the NMouse.EnterEvent event. | |
OnMouseIn | Handler for the NMouse.InEvent event. | |
OnMouseLeave | Handler for the NMouse.LeaveEvent event. | |
OnMouseMove | Handler for the NMouse.MoveEvent event. | |
OnMouseOut | Handler for the NMouse.OutEvent event. | |
OnMouseUp | Handler for the NMouse.UpEvent event. | |
OnMouseWheel | Handler for the NMouse.WheelEvent event. | |
OnTouchCaptureIn | Handler for the NTouch.CaptureInEvent event | |
OnTouchCaptureOut | Handler for the NTouch.CaptureOutEvent event | |
OnTouchDown | Handler for the NTouch.DownEvent event. | |
OnTouchEnter | Handler for the NTouch.EnterEvent event. | |
OnTouchIn | Handler for the NTouch.InEvent event. | |
OnTouchLeave | Handler for the NTouch.LeaveEvent event. | |
OnTouchMove | Handler for the NTouch.MoveEvent event. | |
OnTouchOut | Handler for the NTouch.OutEvent event. | |
OnTouchUp | Handler for the NTouch.UpEvent event. | |
ReplaceTool<TTool> | Replaces the first tool of the given type TTool with the specified tool instance. | |
SingleEnableTool | Enables only the tools with the specified schema. Disables all other. |
Name | Description | |
---|---|---|
OnParentChanged | Overridden. Called when the node parent has changed. Raises the ParentChangedEvet |