Namespace:
NeoAxis.Editor
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public interface ISceneEditor : IDocumentWindowWithViewport,
IDocumentWindow, IDockWindow
The ISceneEditor type exposes the following members.
Properties Methods
| Name | Description |
---|
| AddScreenMessage(String) | (Inherited from IDocumentWindowWithViewport.) |
| AddScreenMessage(String, ColorValue) | (Inherited from IDocumentWindowWithViewport.) |
| AddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | (Inherited from IDocumentWindowWithViewport.) |
| AddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | (Inherited from IDocumentWindowWithViewport.) |
| AddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) | (Inherited from IDocumentWindowWithViewport.) |
| AddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) | (Inherited from IDocumentWindowWithViewport.) |
| AddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | (Inherited from IDocumentWindowWithViewport.) |
| AddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) | (Inherited from IDocumentWindowWithViewport.) |
| CreateScene | (Inherited from IDocumentWindowWithViewport.) |
| DestroyScene | (Inherited from IDocumentWindowWithViewport.) |
| Focus | (Inherited from IDocumentWindow.) |
| GetFontSize | (Inherited from IDocumentWindowWithViewport.) |
| GetMouseOverObjectInSpaceToSelectByClick | |
| GetMouseOverObjectToSelectByClick | |
| GetMouseOverObjectToSelectByClick(SceneEditorGetMouseOverObjectToSelectByClickContext) | |
| GetMouseOverObjectToSelectByClick(SceneEditorGetMouseOverObjectToSelectByClickContext) | |
| IsDocumentSaved | (Inherited from IDocumentWindow.) |
| IsObjectSelected | (Inherited from IDocumentWindow.) |
| ResetWorkareaMode | |
| SaveDocument | (Inherited from IDocumentWindow.) |
| SelectObjects | (Inherited from IDocumentWindow.) |
| WorkareaModeSet | (Inherited from IDocumentWindowWithViewport.) |
TopEvents See Also