HKI Core
HKI Core
Editor
Loc
LanguageEditor.cs
Go to the documentation of this file.
1
using
UnityEngine
;
2
using
UnityEditor
;
3
using
HKI
.
Core
.
Variables
.
Editor
;
4
5
namespace
HKI
.Core.Loc.Editor
6
{
10
[CustomEditor(typeof(Language))]
11
public
class
LanguageEditor
:
HKIVarGenericEditor
<SystemLanguage>
12
{
13
14
}
15
}
HKI.Core
HKI.Core.Variables.Editor.HKIVarGenericEditor
This is the standard custom inspector for all HKIVars
Definition:
HKIVarGenericEditor.cs:10
HKI.Core.Variables
HKI.Core.Variables.Editor
Definition:
BooleanEditor.cs:4
UnityEditor
HKI.Core.Loc.Editor.LanguageEditor
Custom inspector for the Language class.
Definition:
LanguageEditor.cs:11
UnityEngine
HKI
Generated by
1.8.13