Click or drag to resize

MeshGeometry_PolygonBasedPolyhedronCreationMode Class

A class for providing the creation of a MeshGeometry_PolygonBasedPolyhedron in the editor.
Inheritance Hierarchy
SystemObject
  NeoAxis.EditorObjectCreationMode
    NeoAxis.EditorMeshGeometry_PolygonBasedPolyhedronCreationMode

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 MeshGeometry_PolygonBasedPolyhedronCreationMode : ObjectCreationMode

The MeshGeometry_PolygonBasedPolyhedronCreationMode type exposes the following members.

Constructors
 NameDescription
Public methodMeshGeometry_PolygonBasedPolyhedronCreationModeInitializes a new instance of the MeshGeometry_PolygonBasedPolyhedronCreationMode class
Top
Properties
Methods
 NameDescription
Protected methodCalculatePointPosition 
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 methodFinish
(Overrides ObjectCreationModeFinish(Boolean))
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 methodOnDestroy
(Inherited from ObjectCreationMode)
Protected methodOnEditorActionClick
(Inherited from ObjectCreationMode)
Protected methodOnEditorActionClick2
(Inherited from ObjectCreationMode)
Protected methodOnEditorActionGetState
(Inherited from ObjectCreationMode)
Protected methodOnGetTextInfoCenterBottomCorner
(Overrides ObjectCreationModeOnGetTextInfoCenterBottomCorner(ListString))
Protected methodOnGetTextInfoRightBottomCorner
(Inherited from ObjectCreationMode)
Protected methodOnJoystickEvent
(Inherited from ObjectCreationMode)
Protected methodOnKeyDown
(Overrides ObjectCreationModeOnKeyDown(Viewport, KeyEvent))
Protected methodOnKeyPress
(Inherited from ObjectCreationMode)
Protected methodOnKeyUp
(Inherited from ObjectCreationMode)
Protected methodOnMouseDoubleClick
(Inherited from ObjectCreationMode)
Protected methodOnMouseDown
(Overrides ObjectCreationModeOnMouseDown(Viewport, EMouseButtons))
Protected methodOnMouseMove
(Overrides ObjectCreationModeOnMouseMove(Viewport, Vector2))
Protected methodOnMouseRelativeModeChanged
(Inherited from ObjectCreationMode)
Protected methodOnMouseUp
(Inherited from ObjectCreationMode)
Protected methodOnMouseWheel
(Inherited from ObjectCreationMode)
Protected methodOnSpecialInputDeviceEvent
(Inherited from ObjectCreationMode)
Protected methodOnTick
(Inherited from ObjectCreationMode)
Protected methodOnUpdateBeforeOutput
(Overrides ObjectCreationModeOnUpdateBeforeOutput(Viewport))
Protected methodOnUpdateBeforeOutput2
(Inherited from ObjectCreationMode)
Protected methodOnUpdateBegin
(Inherited from ObjectCreationMode)
Protected methodOnUpdateEnd
(Inherited from ObjectCreationMode)
Protected methodOnUpdateGetObjectInSceneRenderingContext
(Inherited from ObjectCreationMode)
Protected methodOnViewportUpdateGetCameraSettings
(Inherited from ObjectCreationMode)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
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