HKI Core
Classes
HKI.Core.Variables.Editor Namespace Reference

Classes

class  BooleanEditor
 Custom inspector for the Boolean class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  ContainerContainerDrawer
 
class  ContainerEditor
 Custom inspector for the Container class. The code is split into two subclasses for better readability. HKIVar_ContainerHeader + HKIVar_ContainerReorderableList More...
 
class  DateEditor
 
class  DayMonthYearDrawer
 
class  FloatEditor
 Custom inspector for the Float class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  FloatMinMaxEditor
 Custom inspector for the FloatMinMax class. All the code is inside the HKIVarGenericMinMaxEditor class but a custom inspector can't be generic. More...
 
class  FloatWidthHeightDrawer
 Custom property drawer for the FloatingPointWidthHeight class. More...
 
class  FloatWidthHeightEditor
 Custom inspector for the FloatWidthHeight class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  HKIVar_ContainerHeader
 This class containes the header code for the custom inspector of the Container. More...
 
class  HKIVar_ContainerReorderableList
 This class extends the Unity ReorderableList with features so it can be used by HKIVar. HKIVars are longer than one line so the height of each ReorderableList element must be adjusted accordingly. More...
 
class  HKIVarDefaultContainerDrawer
 
class  HKIVarGenericEditor
 This is the standard custom inspector for all HKIVars More...
 
class  HKIVarGenericMinMaxEditor
 This class extends the HKIVarGeneric custom inspector with the additional fields for min and max values. More...
 
class  HKIVarTypes
 This class is for container editor to find out what HKIVar value types are existing. More...
 
class  IntegerEditor
 Custom inspector for the Integer class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  IntegerMinMaxEditor
 Custom inspector for the IntegerMinMax class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  IntegerWidthHeightEditor
 Custom inspector for the IntegerWidthHeight class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  IntWidthHeightDrawer
 Custom property drawer for the IntWidthHeight class. More...
 
class  MinMaxRangeDrawer
 Custom property drawer for the MinMaxRangeAttribute class. More...
 
class  StringEditor
 Custom inspector for the String class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  Vector2Editor
 Custom inspector for the Vector2 class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...
 
class  Vector3Editor
 Custom inspector for the Vector3 class. All the code is inside the HKIVarGenericEditor class but a custom inspector can't be generic. More...