module-inspector/Editor/Drawers
2026-01-04 21:39:21 +01:00
..
AngleDisplayAsAttributeDrawer.cs Attribute : AngleDisplayAs - Displays either a radian or euler float as the opposite 2026-01-04 21:39:21 +01:00
AngleDisplayAsAttributeDrawer.cs.meta Attribute : AngleDisplayAs - Displays either a radian or euler float as the opposite 2026-01-04 21:39:21 +01:00
EnumFlagAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
EnumFlagAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
FilePathAttributeDrawer.cs 1.9.5: Modified FilePathAttribute to take RelativeToProjectFolder, RelativeToStreamingFolder and Absolute 2024-09-01 11:38:59 +02:00
FilePathAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
FolderPathAttributeDrawer.cs 1.8.1: Fixed issue with certain drawers using EditorGUI.PropertyField, which would invoke a second draw with the same attribute 2023-04-21 18:44:44 +02:00
FolderPathAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
IntToAnimatorParameterAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
IntToAnimatorParameterAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
IntToEnumAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
IntToEnumAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
IntToLayerAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
IntToLayerAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
IntToLayerMaskAttributeDrawer.cs 1.5.0: Added IntToLayerMask, marked QuaternionToEuler as obsolete as of 2021 and fixed a couple of bugs 2022-06-26 15:06:52 +02:00
IntToLayerMaskAttributeDrawer.cs.meta 1.5.0: Added IntToLayerMask, marked QuaternionToEuler as obsolete as of 2021 and fixed a couple of bugs 2022-06-26 15:06:52 +02:00
MethodButtonAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
MethodButtonAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
NamingAttributeDrawer.cs 1.8.2: Fixed a couple of more issues with certain using EditorGUI.PropertyField, and removed label element from SerializeReferenceTo when used in an array 2023-04-23 17:38:47 +02:00
NamingAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
OpenPropertyEditorAttributeDrawer.cs 1.9.2: Added OpenPropertyEditor and fixed some issues regarding using multiple drawers with EditorGUI.PropertyField 2024-03-10 14:11:49 +01:00
OpenPropertyEditorAttributeDrawer.cs.meta 1.9.2: Added OpenPropertyEditor and fixed some issues regarding using multiple drawers with EditorGUI.PropertyField 2024-03-10 14:11:49 +01:00
PercentageAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
PercentageAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
PopupFromConstAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
PopupFromConstAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
PopupFromScriptableObjectTypeAttributeDrawer.cs 1.8.4: Added PopupFromScriptableObjectType 2023-12-09 22:38:27 +01:00
PopupFromScriptableObjectTypeAttributeDrawer.cs.meta 1.8.4: Added PopupFromScriptableObjectType 2023-12-09 22:38:27 +01:00
QuaternionToEulerAttributeDrawer.cs 1.5.0: Added IntToLayerMask, marked QuaternionToEuler as obsolete as of 2021 and fixed a couple of bugs 2022-06-26 15:06:52 +02:00
QuaternionToEulerAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
ReadableScriptableObjectAttributeDrawer.cs 1.11.2: Fixed issue, where ReadableScriptableObject would block input to later drawn fields, due to Repaint having reverse drawing order (fixed for 6.3.0 or newer) 2025-12-28 21:28:04 +01:00
ReadableScriptableObjectAttributeDrawer.cs.meta 1.4.0: Added ReadableScriptableObjectAttribute and fixed an GUI.enable isssue 2021-12-19 13:45:23 +01:00
SceneDropdownAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
SceneDropdownAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
SerializeReferenceToAttributeDrawer.cs 1.8.2: Fixed a couple of more issues with certain using EditorGUI.PropertyField, and removed label element from SerializeReferenceTo when used in an array 2023-04-23 17:38:47 +02:00
SerializeReferenceToAttributeDrawer.cs.meta 1.5.0: Added IntToLayerMask, marked QuaternionToEuler as obsolete as of 2021 and fixed a couple of bugs 2022-06-26 15:06:52 +02:00
SingleSelectionFlagAttributeDrawer.cs 1.6.0: Added FieldLabelFromType, StringToAnimationClipName and SingleSelectionFlag 2022-07-09 23:30:15 +02:00
SingleSelectionFlagAttributeDrawer.cs.meta 1.6.0: Added FieldLabelFromType, StringToAnimationClipName and SingleSelectionFlag 2022-07-09 23:30:15 +02:00
SliderAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
SliderAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
StringToAnimationClipNameAttributeDrawer.cs 1.6.0: Added FieldLabelFromType, StringToAnimationClipName and SingleSelectionFlag 2022-07-09 23:30:15 +02:00
StringToAnimationClipNameAttributeDrawer.cs.meta 1.6.0: Added FieldLabelFromType, StringToAnimationClipName and SingleSelectionFlag 2022-07-09 23:30:15 +02:00
StringToAnimatorParameterAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
StringToAnimatorParameterAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
StringToFieldAttributeDrawer.cs 1.8.1: Fixed issue with certain drawers using EditorGUI.PropertyField, which would invoke a second draw with the same attribute 2023-04-21 18:44:44 +02:00
StringToFieldAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
StringToTypeAttributeDrawer.cs 1.8.1: Fixed issue with certain drawers using EditorGUI.PropertyField, which would invoke a second draw with the same attribute 2023-04-21 18:44:44 +02:00
StringToTypeAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
TagAttributeDrawer.cs Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
TagAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00
UrlGoToAttributeDrawer.cs 1.8.2: Fixed a couple of more issues with certain using EditorGUI.PropertyField, and removed label element from SerializeReferenceTo when used in an array 2023-04-23 17:38:47 +02:00
UrlGoToAttributeDrawer.cs.meta Renamed all attributes and drawers to have postfix of either Attribute or AttributeDrawer 2021-12-04 12:47:44 +01:00