Summary
[Editor-Only] A custom editor for
FlexiMotion.Jobs.JobScheduller components.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["JobSchedullerEditor"]
class Type type-node
Syntax
[CustomEditor(typeof(JobScheduller), true)]
public class JobSchedullerEditor : Editor
Attributes
| Type | Description |
|---|---|
| CustomEditor |
Methods
| Name | Value | Summary |
|---|---|---|
| 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
|