HKI Core
HKI Core
Editor
Variables
IntegerMinMaxEditor.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(IntegerMinMax))]
10
public
class
IntegerMinMaxEditor
:
HKIVarGenericMinMaxEditor
<int>
11
{
12
13
}
14
}
UnityEditor
HKI.Core.Variables.Editor.IntegerMinMaxEditor
Custom inspector for the IntegerMinMax class. All the code is inside the HKIVarGenericEditor class bu...
Definition:
IntegerMinMaxEditor.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