Click or drag to resize

SceneEditorWorkareaModeClassScene Class

Inheritance Hierarchy

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public abstract class WorkareaModeClassScene : DocumentWindowWithViewportWorkareaModeClass

The SceneEditorWorkareaModeClassScene type exposes the following members.

Constructors
  NameDescription
Protected methodSceneEditorWorkareaModeClassScene
Initializes a new instance of the SceneEditorWorkareaModeClassScene class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDestroy (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnEditorActionClick (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnEditorActionClick2 (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnEditorActionGetState (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnGetMouseOverObjectToSelectByClick
Protected methodOnGetObjectsToSelectByRectangle
Protected methodOnGetTextInfoCenterBottomCorner (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnGetTextInfoRightBottomCorner (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnJoystickEvent (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnKeyDown (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnKeyPress (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnKeyUp (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnMouseDoubleClick (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnMouseDown (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnMouseMove (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnMouseRelativeModeChanged (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnMouseUp (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnMouseWheel (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnSpecialInputDeviceEvent (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnTick (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnTransformToolCloneAndSelectObjects
Protected methodOnTransformToolCreateObject
Protected methodOnTransformToolModifyBegin
Protected methodOnTransformToolModifyCancel
Protected methodOnTransformToolModifyCommit
Protected methodOnUpdateBeforeOutput (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnUpdateBeforeOutput2 (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnUpdateBegin (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnUpdateEnd (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnUpdateGetObjectInSceneRenderingContext (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Protected methodOnViewportUpdateGetCameraSettings (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDestroy (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventEditorActionClick (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventEditorActionClick2 (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventEditorActionGetState (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventGetMouseOverObjectToSelectByClick
Public eventGetObjectsToSelectByRectangle
Public eventGetTextInfoCenterBottomCorner (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventGetTextInfoRightBottomCorner (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventJoystickEvent (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventKeyDown (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventKeyPress (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventKeyUp (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventMouseDoubleClick (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventMouseDown (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventMouseMove (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventMouseRelativeModeChanged (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventMouseUp (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventMouseWheel (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventSpecialInputDeviceEvent (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventTick (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventTransformToolCloneAndSelectObjects
Public eventTransformToolCreateObject
Public eventTransformToolModifyBegin
Public eventTransformToolModifyCancel
Public eventTransformToolModifyCommit
Public eventUpdateBeforeOutput (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventUpdateBeforeOutput2 (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventUpdateBegin (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventUpdateEnd (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventUpdateGetObjectInSceneRenderingContext (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Public eventViewportUpdateGetCameraSettings (Inherited from DocumentWindowWithViewportWorkareaModeClass.)
Top
Extension Methods
See Also