HKI Core
HKI Core
Editor
Variables
FloatWidthHeightEditor.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(FloatWidthHeight))]
10
public
class
FloatWidthHeightEditor
:
HKIVarGenericEditor
<FloatingPointWidthHeight>
11
{
12
13
}
14
}
HKI.Core.Variables.Editor.HKIVarGenericEditor
This is the standard custom inspector for all HKIVars
Definition:
HKIVarGenericEditor.cs:10
UnityEditor
HKI.Core.Variables.Editor.FloatWidthHeightEditor
Custom inspector for the FloatWidthHeight class. All the code is inside the HKIVarGenericEditor class...
Definition:
FloatWidthHeightEditor.cs:10
UnityEngine
HKI
Generated by
1.8.13