Click or drag to resize

TransitionDefinitionCustomEditor Class

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

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 TransitionDefinitionCustomEditor : Editor

The TransitionDefinitionCustomEditor type exposes the following members.

Constructors
  NameDescription
Public methodTransitionDefinitionCustomEditor
Initializes a new instance of the TransitionDefinitionCustomEditor 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 icon to use for Transition Definitions
Top
See Also