Click or drag to resize

CharacterTypePreview Class

Inheritance Hierarchy

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public class CharacterTypePreview : CanvasBasedPreview

The CharacterTypePreview type exposes the following members.

Constructors
  NameDescription
Public methodCharacterTypePreview
Initializes a new instance of the CharacterTypePreview class
Top
Properties
Methods
  NameDescription
Public methodAddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) (Inherited from CanvasBasedPreview.)
Public methodAddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) (Inherited from CanvasBasedPreview.)
Public methodAddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) (Inherited from CanvasBasedPreview.)
Public methodAddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue) (Inherited from CanvasBasedPreview.)
Public methodAddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) (Inherited from CanvasBasedPreview.)
Public methodAddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) (Inherited from CanvasBasedPreview.)
Public methodCreateScene (Inherited from CanvasBasedPreview.)
Public methodDestroyScene (Inherited from CanvasBasedPreview.)
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 methodGetFontSize (Inherited from CanvasBasedPreview.)
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 methodOnCreate (Overrides CanvasBasedPreviewOnCreate.)
Protected methodOnDestroy (Inherited from CanvasBasedPreview.)
Protected methodOnGetTextInfoLeftTopCorner (Inherited from CanvasBasedPreview.)
Protected methodOnJoystickEvent (Inherited from CanvasBasedPreview.)
Protected methodOnKeyDown (Inherited from CanvasBasedPreview.)
Protected methodOnKeyPress (Inherited from CanvasBasedPreview.)
Protected methodOnKeyUp (Inherited from CanvasBasedPreview.)
Protected methodOnMouseDoubleClick (Inherited from CanvasBasedPreview.)
Protected methodOnMouseDown (Inherited from CanvasBasedPreview.)
Protected methodOnMouseMove (Inherited from CanvasBasedPreview.)
Protected methodOnMouseRelativeModeChanged (Inherited from CanvasBasedPreview.)
Protected methodOnMouseUp (Inherited from CanvasBasedPreview.)
Protected methodOnMouseWheel (Inherited from CanvasBasedPreview.)
Protected methodOnSceneViewportUpdateGetCameraSettings (Inherited from CanvasBasedPreview.)
Protected methodOnSpecialInputDeviceEvent (Inherited from CanvasBasedPreview.)
Protected methodOnTick (Inherited from CanvasBasedPreview.)
Protected methodOnViewportCreated (Inherited from CanvasBasedPreview.)
Protected methodOnViewportDestroyed (Inherited from CanvasBasedPreview.)
Protected methodOnViewportUpdateBeforeOutput (Inherited from CanvasBasedPreview.)
Protected methodOnViewportUpdateBeforeOutput2 (Inherited from CanvasBasedPreview.)
Protected methodOnViewportUpdateBegin (Inherited from CanvasBasedPreview.)
Protected methodOnViewportUpdateEnd (Inherited from CanvasBasedPreview.)
Public methodSetCameraByBounds (Inherited from CanvasBasedPreview.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also