HKI Core
FloatMinMaxEditor.cs
Go to the documentation of this file.
1 using UnityEngine;
2 using UnityEditor;
3 
4 namespace HKI.Core.Variables.Editor
5 {
9  [CustomEditor(typeof(FloatMinMax))]
11  {
12 
13  }
14 }
Custom inspector for the FloatMinMax class. All the code is inside the HKIVarGenericMinMaxEditor clas...
This class extends the HKIVarGeneric custom inspector with the additional fields for min and max valu...