.. |
Editors
|
Enable full editors by default
|
2022-05-25 10:10:21 +03:00 |
Elements
|
Draws a dropdown value even if the value is invalid
|
2023-04-05 21:29:06 +04:00 |
Resolvers
|
Add DropdownValueResolver
|
2023-04-05 21:29:06 +04:00 |
Resources
|
Replace custom header group image with built-in style
|
2022-01-30 18:48:54 +03:00 |
TypeProcessors
|
Fix overriden members shown twice
|
2023-03-12 13:17:11 +04:00 |
Utilities
|
Add structs to reference picker
|
2023-03-12 11:34:58 +04:00 |
AssemblyInfo.cs
|
Move unity property drawer logic to CustombBuiltinDrawer
|
2022-12-07 10:52:08 +04:00 |
AssemblyInfo.cs.meta
|
Add OdinInspector integration
|
2022-05-18 20:03:06 +03:00 |
Attributes.cs
|
Skip hide and disable processors on array elements by default
|
2022-12-09 19:53:21 +04:00 |
Attributes.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
Editors.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
Elements.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
Resolvers.meta
|
Add method resolvers
|
2022-05-09 15:06:51 +03:00 |
Resources.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriAttributeDrawer.cs
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriAttributeDrawer.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriCustomDrawer.cs
|
Rework property extensions
|
2022-06-03 15:27:09 +03:00 |
TriCustomDrawer.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriDrawerOrder.cs
|
Integrates validators into drawers pipeline
|
2022-05-19 17:20:15 +03:00 |
TriDrawerOrder.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriEditor.cs
|
Add RunValidationIfRequired api
|
2023-03-22 11:53:22 +04:00 |
TriEditor.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriEditorStyles.cs
|
Change package from com.triinspector to com.codewriter.triinspector
|
2022-05-20 11:52:19 +03:00 |
TriEditorStyles.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriElement.cs
|
Closes #8 - Add TableList attribute
|
2022-05-30 18:24:33 +03:00 |
TriElement.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriGroupDrawer.cs
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriGroupDrawer.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriInspector.Editor.asmdef
|
Access to unity internal with InternalsVisibleTo instead of reflection
|
2022-05-08 14:31:18 +03:00 |
TriInspector.Editor.asmdef.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriProperty.cs
|
Save IsExpanded to SessionState by PropertyPath
|
2023-04-06 21:50:27 +04:00 |
TriProperty.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriPropertyDefinition.cs
|
Auto populate default values for unity-serialized fields
|
2023-03-10 19:52:40 +04:00 |
TriPropertyDefinition.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriPropertyDisableProcessor.cs
|
Simplify processors code
|
2022-08-03 11:38:52 +03:00 |
TriPropertyDisableProcessor.cs.meta
|
Add property hide and disable processors
|
2022-01-05 15:42:21 +03:00 |
TriPropertyExtension.cs
|
New TriPropertyExtension.Initialize method API, show errors in inspector
|
2022-06-06 14:17:53 +03:00 |
TriPropertyExtension.cs.meta
|
Rework property extensions
|
2022-06-03 15:27:09 +03:00 |
TriPropertyHideProcessor.cs
|
Simplify processors code
|
2022-08-03 11:38:52 +03:00 |
TriPropertyHideProcessor.cs.meta
|
Add property hide and disable processors
|
2022-01-05 15:42:21 +03:00 |
TriPropertyOverrideContext.cs
|
Closes #8 - Add TableList attribute
|
2022-05-30 18:24:33 +03:00 |
TriPropertyOverrideContext.cs.meta
|
Add TriPropertyOverrideContext for override child properties from parent darwer
|
2022-01-30 18:44:16 +03:00 |
TriPropertyTree.cs
|
Add RunValidationIfRequired api
|
2023-03-22 11:53:22 +04:00 |
TriPropertyTree.cs.meta
|
Integration with Odin Inspector and Validator
|
2022-05-21 14:55:54 +03:00 |
TriPropertyTreeForSerializedObject.cs
|
More stable size calculations
|
2023-03-22 11:53:22 +04:00 |
TriPropertyTreeForSerializedObject.cs.meta
|
Integration with Odin Inspector and Validator
|
2022-05-21 14:55:54 +03:00 |
TriTypeDefinition.cs
|
Add Type processors
|
2022-08-27 14:36:28 +03:00 |
TriTypeDefinition.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriTypeProcessor.cs
|
Rework TriPropertyDefinition
|
2022-08-27 14:36:28 +03:00 |
TriTypeProcessor.cs.meta
|
Rework TriPropertyDefinition
|
2022-08-27 14:36:28 +03:00 |
TriValidator.cs
|
Rework property extensions
|
2022-06-03 15:27:09 +03:00 |
TriValidator.cs.meta
|
Add property validators
|
2022-01-15 19:55:20 +03:00 |
TriValue.cs
|
Use default equality comparer
|
2022-07-12 13:19:31 +03:00 |
TriValue.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriValueDrawer.cs
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TriValueDrawer.cs.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
TypeProcessors.meta
|
Rework TriPropertyDefinition
|
2022-08-27 14:36:28 +03:00 |
Utilities.meta
|
initial commot
|
2022-01-05 14:59:05 +03:00 |
ValidatorsDrawer.cs
|
gui improvements
|
2022-05-31 11:22:46 +03:00 |
ValidatorsDrawer.cs.meta
|
Integrates validators into drawers pipeline
|
2022-05-19 17:20:15 +03:00 |