HKI Core
HKI Core
Editor
Variables
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))]
10
public
class
FloatMinMaxEditor
:
HKIVarGenericMinMaxEditor
<float>
11
{
12
13
}
14
}
UnityEditor
HKI.Core.Variables.Editor.FloatMinMaxEditor
Custom inspector for the FloatMinMax class. All the code is inside the HKIVarGenericMinMaxEditor clas...
Definition:
FloatMinMaxEditor.cs:10
HKI.Core.Variables.Editor.HKIVarGenericMinMaxEditor
This class extends the HKIVarGeneric custom inspector with the additional fields for min and max valu...
Definition:
HKIVarGenericMinMaxEditor.cs:10
UnityEngine
HKI
Generated by
1.8.13