PolarPointyBrickTileGridEditor Methods |
The PolarPointyBrickTileGridEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| AddField(SerializedProperty) | (Inherited from GLEditorT.) | |
| AddField(GLSerializedProperty) | (Inherited from GLEditorT.) | |
| AddLabel | (Inherited from GLEditorT.) | |
| AddTextAndButton | (Inherited from GLEditorT.) | |
| ArrayGUI | (Inherited from GLEditorT.) | |
| DrawDefaultInspector | Draw the built-in inspector. | |
| DrawHeader | Call this function to draw the header of the editor. | |
| DrawInspectorButtons |
Draws the buttons in the inspector for all method in the target class
that are marked with the InspectorButtonAttribute.
(Inherited from GLEditorT.) | |
| DrawPreview | The first entry point for Preview Drawing. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FindProperty | (Inherited from GLEditorT.) | |
| GetHashCode | (Inherited from Object.) | |
| GetInfoString | Implement this method to show asset information on top of the asset preview. | |
| GetInstanceID | Returns the instance id of the object. | |
| GetPreviewTitle | Override this method if you want to change the label of the Preview area. | |
| GetType | (Inherited from Object.) | |
| HasPreviewGUI | Override this method in subclasses if you implement OnPreviewGUI. | |
| HasProperty | (Inherited from GLEditorT.) | |
| Initialize | (Inherited from Editor.) | |
| IsCustomShape | (Overrides SimpleGridEditorTGridBuilder, TPointIsCustomShape(Int32).) | |
| MemberwiseClone | (Inherited from Object.) | |
| MoveNextTarget | (Inherited from Editor.) | |
| OnEnable | (Inherited from SimpleGridEditorTGridBuilder, TPoint.) | |
| OnHeaderGUI | (Inherited from Editor.) | |
| OnInspectorGUI | (Inherited from SimpleGridEditorTGridBuilder, TPoint.) | |
| OnInteractivePreviewGUI | Implement to create your own interactive custom preview. Interactive custom previews are used in the preview area of the inspector and the object selector. | |
| OnPreviewGUI | Implement to create your own custom preview for the preview area of the inspector, primary editor headers and the object selector. | |
| OnPreviewSettings | Override this method if you want to show custom controls in the preview header. | |
| ReloadPreviewInstances | (Inherited from Editor.) | |
| RenderStaticPreview | Override this method if you want to render a static preview that shows. | |
| Repaint | Repaint any inspectors that shows this editor. | |
| RequiresConstantRepaint | Does this edit require to be repainted constantly in its current state? | |
| ResetTarget | (Inherited from Editor.) | |
| SetDirty | Obsolete. (Inherited from ScriptableObject.) | |
| ShowDimensions | (Overrides SimpleGridEditorTGridBuilder, TPointShowDimensions(Int32).) | |
| ShowSize | (Overrides SimpleGridEditorTGridBuilder, TPointShowSize(Int32).) | |
| Splitter |
Draws a line as a separator in the inspector.
(Inherited from GLEditorT.) | |
| ToString | Returns the name of the game object. | |
| UseDefaultMargins | Override this method in subclasses to return false if you don't want default margins. |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |