Click or drag to resize

Item3DTypeEditor Class

Inheritance Hierarchy
SystemObject
  NeoAxis.EditorCanvasBasedEditor
    NeoAxis.EditorItem3DTypeEditor

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public class Item3DTypeEditor : CanvasBasedEditor

The Item3DTypeEditor type exposes the following members.

Constructors
 NameDescription
Public methodItem3DTypeEditorInitializes a new instance of the Item3DTypeEditor class
Top
Properties
Methods
 NameDescription
Public methodAddScreenMessage(String)
(Inherited from CanvasBasedEditor)
Public methodAddScreenMessage(String, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodCreateScene
(Inherited from CanvasBasedEditor)
Public methodDestroyScene
(Inherited from CanvasBasedEditor)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFontSize
(Inherited from CanvasBasedEditor)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsDocumentSaved
(Inherited from CanvasBasedEditor)
Public methodIsObjectSelected
(Inherited from CanvasBasedEditor)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnCreate
(Overrides CanvasBasedEditorOnCreate)
Protected methodOnDestroy
(Overrides CanvasBasedEditorOnDestroy)
Protected methodOnEditorActionClick
(Inherited from CanvasBasedEditor)
Protected methodOnEditorActionClick2
(Inherited from CanvasBasedEditor)
Protected methodOnEditorActionGetState
(Inherited from CanvasBasedEditor)
Protected methodOnGetTextInfoCenterBottomCorner
(Inherited from CanvasBasedEditor)
Protected methodOnGetTextInfoLeftTopCorner
(Inherited from CanvasBasedEditor)
Protected methodOnGetTextInfoRightBottomCorner
(Inherited from CanvasBasedEditor)
Protected methodOnJoystickEvent
(Inherited from CanvasBasedEditor)
Protected methodOnKeyDown
(Inherited from CanvasBasedEditor)
Protected methodOnKeyPress
(Inherited from CanvasBasedEditor)
Protected methodOnKeyUp
(Inherited from CanvasBasedEditor)
Protected methodOnMouseDoubleClick
(Inherited from CanvasBasedEditor)
Protected methodOnMouseDown
(Inherited from CanvasBasedEditor)
Protected methodOnMouseMove
(Inherited from CanvasBasedEditor)
Protected methodOnMouseRelativeModeChanged
(Inherited from CanvasBasedEditor)
Protected methodOnMouseUp
(Inherited from CanvasBasedEditor)
Protected methodOnMouseWheel
(Inherited from CanvasBasedEditor)
Protected methodOnSceneViewportUpdateGetCameraSettings
(Overrides CanvasBasedEditorOnSceneViewportUpdateGetCameraSettings(Boolean))
Protected methodOnSpecialInputDeviceEvent
(Inherited from CanvasBasedEditor)
Protected methodOnTick
(Inherited from CanvasBasedEditor)
Protected methodOnTimer10MsTick
(Inherited from CanvasBasedEditor)
Protected methodOnViewportCreated
(Overrides CanvasBasedEditorOnViewportCreated)
Protected methodOnViewportDestroyed
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateBeforeOutput
(Overrides CanvasBasedEditorOnViewportUpdateBeforeOutput)
Protected methodOnViewportUpdateBeforeOutput2
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateBegin
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateEnd
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateGetObjectInSceneRenderingContext
(Inherited from CanvasBasedEditor)
Public methodSaveDocument
(Inherited from CanvasBasedEditor)
Public methodSelectObjects
(Inherited from CanvasBasedEditor)
Public methodSettingsWindowSelectObjects
(Inherited from CanvasBasedEditor)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventSelectedObjectsChanged
(Inherited from CanvasBasedEditor)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also