Summary
A custom editor for
FlexiMotion.Modifiers.DistanceBasedUpdateRateModifier
.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Base Types
-
- Editor
graph BT
Type-->Base0["Editor"]
Type["DistanceBasedUpdateRateModifier.Editor"]
class Type type-node
Syntax
[UnityEditor.CustomEditor(typeof(DistanceBasedUpdateRateModifier), true)]
public class DistanceBasedUpdateRateModifier.Editor : Editor
Attributes
Type | Description |
---|---|
CustomEditor |
Methods
Name | Value | Summary |
---|---|---|
OnInspectorGUI |
void |
Draws the default Inspector followed by an info box listing the current details.
|
Requires |
bool |
This editor needs to be repainted constantly in case the distance changes.
|
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
|