DistanceBasedUpdateRateModifier.

DistanceBasedUpdateRateModifier.Editor Class

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.
RequiresConstantRepaint() bool
This editor needs to be repainted constantly in case the distance changes.

Extension Methods

Name Value Summary
LogTemp<DistanceBasedUpdateRateModifier.Editor>(Object) T
Debug.Log(message, context) with an [System.ObsoleteAttribute] warning so you remember to remove any calls.
SafeGetHashCode<DistanceBasedUpdateRateModifier.Editor>() int
Uses System.Collections.Generic.EqualityComparer`1.Default to get a hash code.