Click or drag to resize

ProductEditor Methods

The ProductEditor type exposes the following members.

Methods
 NameDescription
Public methodAddScreenMessage(String)
(Inherited from CanvasBasedEditor)
Public methodAddScreenMessage(String, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWithShadow(String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWithShadow(FontComponent, Double, String, Vector2, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodAddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
(Inherited from CanvasBasedEditor)
Public methodCreateScene
(Inherited from CanvasBasedEditor)
Public methodDestroyScene
(Inherited from CanvasBasedEditor)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 CanvasBasedEditor)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsDocumentSaved
(Inherited from CanvasBasedEditor)
Public methodIsObjectSelected
(Inherited from CanvasBasedEditor)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnCreate
(Overrides CanvasBasedEditorOnCreate)
Protected methodOnDestroy
(Inherited from CanvasBasedEditor)
Protected methodOnEditorActionClick
(Inherited from CanvasBasedEditor)
Protected methodOnEditorActionClick2
(Inherited from CanvasBasedEditor)
Protected methodOnEditorActionGetState
(Inherited from CanvasBasedEditor)
Protected methodOnGetTextInfoCenterBottomCorner
(Inherited from CanvasBasedEditor)
Protected methodOnGetTextInfoLeftTopCorner
(Overrides CanvasBasedEditorOnGetTextInfoLeftTopCorner(ListString))
Protected methodOnGetTextInfoRightBottomCorner
(Inherited from CanvasBasedEditor)
Protected methodOnJoystickEvent
(Inherited from CanvasBasedEditor)
Protected methodOnKeyDown
(Inherited from CanvasBasedEditor)
Protected methodOnKeyPress
(Inherited from CanvasBasedEditor)
Protected methodOnKeyUp
(Inherited from CanvasBasedEditor)
Protected methodOnMouseDoubleClick
(Inherited from CanvasBasedEditor)
Protected methodOnMouseDown
(Inherited from CanvasBasedEditor)
Protected methodOnMouseMove
(Inherited from CanvasBasedEditor)
Protected methodOnMouseRelativeModeChanged
(Inherited from CanvasBasedEditor)
Protected methodOnMouseUp
(Inherited from CanvasBasedEditor)
Protected methodOnMouseWheel
(Inherited from CanvasBasedEditor)
Protected methodOnSceneViewportUpdateGetCameraSettings
(Inherited from CanvasBasedEditor)
Protected methodOnSpecialInputDeviceEvent
(Inherited from CanvasBasedEditor)
Protected methodOnTick
(Inherited from CanvasBasedEditor)
Protected methodOnTimer10MsTick
(Inherited from CanvasBasedEditor)
Protected methodOnViewportCreated
(Inherited from CanvasBasedEditor)
Protected methodOnViewportDestroyed
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateBeforeOutput
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateBeforeOutput2
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateBegin
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateEnd
(Inherited from CanvasBasedEditor)
Protected methodOnViewportUpdateGetObjectInSceneRenderingContext
(Inherited from CanvasBasedEditor)
Public methodSaveDocument
(Inherited from CanvasBasedEditor)
Public methodSelectObjects
(Inherited from CanvasBasedEditor)
Public methodSettingsWindowSelectObjects
(Inherited from CanvasBasedEditor)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also