Click or drag to resize

SurfaceAreaCreationMode Class

A class for providing the creation of a SurfaceArea in the editor.
Inheritance Hierarchy

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public class SurfaceAreaCreationMode : AreaCreationMode

The SurfaceAreaCreationMode type exposes the following members.

Constructors
  NameDescription
Public methodSurfaceAreaCreationMode
Initializes a new instance of the SurfaceAreaCreationMode class
Top
Properties
  NameDescription
Public propertyCreatingObject
Public propertyDocumentWindow (Inherited from ObjectCreationMode.)
Top
Methods
  NameDescription
Protected methodCalculatePointPosition (Overrides AreaCreationModeCalculatePointPosition(Viewport, Vector3, ObjectInSpace).)
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 methodFinish (Overrides AreaCreationModeFinish(Boolean).)
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 ObjectCreationMode.)
Protected methodOnEditorActionClick (Inherited from ObjectCreationMode.)
Protected methodOnEditorActionClick2 (Inherited from ObjectCreationMode.)
Protected methodOnEditorActionGetState (Inherited from ObjectCreationMode.)
Protected methodOnGetTextInfoCenterBottomCorner (Inherited from AreaCreationMode.)
Protected methodOnGetTextInfoRightBottomCorner (Inherited from ObjectCreationMode.)
Protected methodOnJoystickEvent (Inherited from ObjectCreationMode.)
Protected methodOnKeyDown (Inherited from AreaCreationMode.)
Protected methodOnKeyPress (Inherited from ObjectCreationMode.)
Protected methodOnKeyUp (Inherited from ObjectCreationMode.)
Protected methodOnMouseDoubleClick (Inherited from ObjectCreationMode.)
Protected methodOnMouseDown (Inherited from AreaCreationMode.)
Protected methodOnMouseMove (Inherited from ObjectCreationMode.)
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 (Inherited from AreaCreationMode.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Extension Methods
See Also