Inheritance Hierarchy
Namespace:
NeoAxis.Editor
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntaxpublic abstract class CanvasBasedEditor
The CanvasBasedEditor type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | AddScreenMessage(String) | |
![Public method Public method](../icons/pubmethod.gif) | AddScreenMessage(String, ColorValue) | |
![Public method Public method](../icons/pubmethod.gif) | AddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
![Public method Public method](../icons/pubmethod.gif) | AddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
![Public method Public method](../icons/pubmethod.gif) | AddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
![Public method Public method](../icons/pubmethod.gif) | AddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
![Public method Public method](../icons/pubmethod.gif) | AddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
![Public method Public method](../icons/pubmethod.gif) | AddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | |
![Public method Public method](../icons/pubmethod.gif) | CreateScene | |
![Public method Public method](../icons/pubmethod.gif) | DestroyScene | |
![Public method Public method](../icons/pubmethod.gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![Protected method Protected method](../icons/protmethod.gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | GetFontSize | |
![Public method Public method](../icons/pubmethod.gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | IsDocumentSaved | |
![Public method Public method](../icons/pubmethod.gif) | IsObjectSelected | |
![Protected method Protected method](../icons/protmethod.gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![Protected method Protected method](../icons/protmethod.gif) | OnCreate | |
![Protected method Protected method](../icons/protmethod.gif) | OnDestroy | |
![Protected method Protected method](../icons/protmethod.gif) | OnGetTextInfoCenterBottomCorner | |
![Protected method Protected method](../icons/protmethod.gif) | OnGetTextInfoLeftTopCorner | |
![Protected method Protected method](../icons/protmethod.gif) | OnGetTextInfoRightBottomCorner | |
![Protected method Protected method](../icons/protmethod.gif) | OnJoystickEvent | |
![Protected method Protected method](../icons/protmethod.gif) | OnKeyDown | |
![Protected method Protected method](../icons/protmethod.gif) | OnKeyPress | |
![Protected method Protected method](../icons/protmethod.gif) | OnKeyUp | |
![Protected method Protected method](../icons/protmethod.gif) | OnMouseDoubleClick | |
![Protected method Protected method](../icons/protmethod.gif) | OnMouseDown | |
![Protected method Protected method](../icons/protmethod.gif) | OnMouseMove | |
![Protected method Protected method](../icons/protmethod.gif) | OnMouseRelativeModeChanged | |
![Protected method Protected method](../icons/protmethod.gif) | OnMouseUp | |
![Protected method Protected method](../icons/protmethod.gif) | OnMouseWheel | |
![Protected method Protected method](../icons/protmethod.gif) | OnSceneViewportUpdateGetCameraSettings | |
![Protected method Protected method](../icons/protmethod.gif) | OnSpecialInputDeviceEvent | |
![Protected method Protected method](../icons/protmethod.gif) | OnTick | |
![Protected method Protected method](../icons/protmethod.gif) | OnTimer10MsTick | |
![Protected method Protected method](../icons/protmethod.gif) | OnViewportCreated | |
![Protected method Protected method](../icons/protmethod.gif) | OnViewportDestroyed | |
![Protected method Protected method](../icons/protmethod.gif) | OnViewportUpdateBeforeOutput | |
![Protected method Protected method](../icons/protmethod.gif) | OnViewportUpdateBeforeOutput2 | |
![Protected method Protected method](../icons/protmethod.gif) | OnViewportUpdateBegin | |
![Protected method Protected method](../icons/protmethod.gif) | OnViewportUpdateEnd | |
![Protected method Protected method](../icons/protmethod.gif) | OnViewportUpdateGetObjectInSceneRenderingContext | |
![Public method Public method](../icons/pubmethod.gif) | SaveDocument | |
![Public method Public method](../icons/pubmethod.gif) | SelectObjects | |
![Public method Public method](../icons/pubmethod.gif) | SettingsWindowSelectObjects | |
![Public method Public method](../icons/pubmethod.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Extension Methods
See Also
Inheritance Hierarchy