Click or drag to resize

CursorDefinitionCustomEditor Class

Class that draws the custom icon for Cursor Definitions
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Editor
        DustProductions.CoreCursorDefinitionCustomEditor

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core.Editor (in DustProductions.Core.Editor.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CursorDefinitionCustomEditor : Editor

The CursorDefinitionCustomEditor type exposes the following members.

Constructors
  NameDescription
Public methodCursorDefinitionCustomEditor
Initializes a new instance of the CursorDefinitionCustomEditor class
Top
Methods
  NameDescription
Public methodRenderStaticPreview
An override so we can draw our own icon in the editor
(Overrides Editor.RenderStaticPreview(String, Object, Int32, Int32).)
Top
Fields
  NameDescription
Public fieldCustomIcon
The default icon to use for Cursor Definitions
Top
See Also