Summary
[Editor-Only] A custom editor for
FlexiMotion.FlexiMotionComponent
components.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["FlexiMotionEditor"]
class Type type-node
Syntax
[CustomEditor(typeof(FlexiMotionComponent), true)]
public class FlexiMotionEditor : Editor
Attributes
Type | Description |
---|---|
CustomEditor |
Constructors
Name | Summary |
---|---|
FlexiMotionEditor |
Creates a new FlexiMotion.Editor.FlexiMotionEditor . |
Methods
Name | Value | Summary |
---|---|---|
OnEnable |
void |
Initializes this editor.
|
OnInspectorGUI |
void |
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
|