HKI Core
HKI Core
Editor
Variables
Vector2Editor.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(
HKI
.
Core
.
Variables
.
Vector2
))]
10
public
class
Vector2Editor
:
HKIVarGenericEditor
<UnityEngine.Vector2>
11
{
12
13
}
14
}
HKI.Core
HKI.Core.Variables.Editor.HKIVarGenericEditor
This is the standard custom inspector for all HKIVars
Definition:
HKIVarGenericEditor.cs:10
HKI.Core.Variables
UnityEditor
HKI.Core.Variables.Vector2
Implementation of a Vector2 value as a HKIVar via HKIVarGeneric.
Definition:
Vector2.cs:14
HKI.Core.Variables.Editor.Vector2Editor
Custom inspector for the Vector2 class. All the code is inside the HKIVarGenericEditor class but a cu...
Definition:
Vector2Editor.cs:10
UnityEngine
HKI
Generated by
1.8.13