Click or drag to resize

SurfaceAreaCreationModeSurfaceArea Class

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public class CreationModeSurfaceArea : AreaCreationModeArea

The SurfaceAreaCreationModeSurfaceArea type exposes the following members.

Constructors
  NameDescription
Public methodSurfaceAreaCreationModeSurfaceArea
Initializes a new instance of the SurfaceAreaCreationModeSurfaceArea class
Top
Properties
  NameDescription
Public propertyCreatingObject
Public propertyDocumentWindow (Inherited from ObjectCreationMode.)
Top
Methods
  NameDescription
Protected methodCalculatePointPosition (Overrides AreaCreationModeAreaCalculatePointPosition(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 AreaCreationModeAreaFinish(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 AreaCreationModeArea.)
Protected methodOnGetTextInfoRightBottomCorner (Inherited from ObjectCreationMode.)
Protected methodOnJoystickEvent (Inherited from ObjectCreationMode.)
Protected methodOnKeyDown (Inherited from AreaCreationModeArea.)
Protected methodOnKeyPress (Inherited from ObjectCreationMode.)
Protected methodOnKeyUp (Inherited from ObjectCreationMode.)
Protected methodOnMouseDoubleClick (Inherited from ObjectCreationMode.)
Protected methodOnMouseDown (Inherited from AreaCreationModeArea.)
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 AreaCreationModeArea.)
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