Summary
[Editor-Only] A custom Inspector for
FlexiMotion.Editor.ReadMe
.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["ReadMe.Editor"]
class Type type-node
Syntax
[CustomEditor(typeof(ReadMe), editorForChildClasses: true)]
public class ReadMe.Editor : Editor
Attributes
Type | Description |
---|---|
CustomEditor |
Methods
Name | Value | Summary |
---|---|---|
DoExampleBlock |
void | |
DoExtraExamples |
void | |
DoHeadingLink |
void | |
DoIntroductionBlock |
void | |
DoLinkButton |
Rect | |
DoSpace |
void |
static
|
DoSupportBlock |
void | |
DrawLine |
void |
Draws a line between the `start` and `end` using the `color`.
static
|
OnEnable |
void | |
OnHeaderGUI |
void | |
OnInspectorGUI |
void | |
TryUseClickEvent |
bool |
Returns true and uses the current event if it is
UnityEngine.EventType.MouseUp inside the specified
`area`.
static
|
Try |
bool |
Returns true and uses the current event if it is
UnityEngine.EventType.MouseUp inside the last GUI Layout
UnityEngine.Rect that was drawn.
static
|
UseDefaultMargins |
bool |
Don't use any margins.
|
Extension Methods
Name | Value | Summary |
---|---|---|
LogTemp |
T |
Debug.Log(message, context) with an [System.ObsoleteAttribute ] warning so you remember
to remove any calls.
From FMUtilities
|
SafeGetHashCode |
int |
Uses
System.Collections.Generic.EqualityComparer`1.Default to get a hash code.From FMUtilities
|