Click or drag to resize

Import3DPreview Class

Inheritance Hierarchy
SystemObject
  NeoAxis.EditorCanvasBasedPreview
    NeoAxis.EditorImport3DPreview

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

The Import3DPreview type exposes the following members.

Constructors
 NameDescription
Public methodImport3DPreviewInitializes a new instance of the Import3DPreview class
Top
Properties
Methods
 NameDescription
Public methodAddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedPreview)
Public methodAddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedPreview)
Public methodAddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedPreview)
Public methodAddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedPreview)
Public methodAddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedPreview)
Public methodAddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedPreview)
Public methodCreateScene
(Inherited from CanvasBasedPreview)
Public methodDestroyScene
(Inherited from CanvasBasedPreview)
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 CanvasBasedPreview)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnCreate
(Overrides CanvasBasedPreviewOnCreate)
Protected methodOnDestroy
(Inherited from CanvasBasedPreview)
Protected methodOnGetTextInfoLeftTopCorner
(Inherited from CanvasBasedPreview)
Protected methodOnJoystickEvent
(Inherited from CanvasBasedPreview)
Protected methodOnKeyDown
(Inherited from CanvasBasedPreview)
Protected methodOnKeyPress
(Inherited from CanvasBasedPreview)
Protected methodOnKeyUp
(Inherited from CanvasBasedPreview)
Protected methodOnMouseDoubleClick
(Inherited from CanvasBasedPreview)
Protected methodOnMouseDown
(Inherited from CanvasBasedPreview)
Protected methodOnMouseMove
(Inherited from CanvasBasedPreview)
Protected methodOnMouseRelativeModeChanged
(Inherited from CanvasBasedPreview)
Protected methodOnMouseUp
(Inherited from CanvasBasedPreview)
Protected methodOnMouseWheel
(Inherited from CanvasBasedPreview)
Protected methodOnSceneViewportUpdateGetCameraSettings
(Overrides CanvasBasedPreviewOnSceneViewportUpdateGetCameraSettings(Boolean))
Protected methodOnSpecialInputDeviceEvent
(Inherited from CanvasBasedPreview)
Protected methodOnTick
(Overrides CanvasBasedPreviewOnTick(Single))
Protected methodOnViewportCreated
(Inherited from CanvasBasedPreview)
Protected methodOnViewportDestroyed
(Inherited from CanvasBasedPreview)
Protected methodOnViewportUpdateBeforeOutput
(Overrides CanvasBasedPreviewOnViewportUpdateBeforeOutput)
Protected methodOnViewportUpdateBeforeOutput2
(Inherited from CanvasBasedPreview)
Protected methodOnViewportUpdateBegin
(Inherited from CanvasBasedPreview)
Protected methodOnViewportUpdateEnd
(Inherited from CanvasBasedPreview)
Public methodSetCameraByBounds
(Inherited from CanvasBasedPreview)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
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