TriInspectorBridge
8 tools in this family (folder Editor/Tools/TriInspectorBridge/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
inspector_group_add_button_to_method | writes | Add a [Button(\ |
inspector_group_add_group_to_class | writes | Wrap a contiguous set of fields in a Tri-Inspector group: BoxGroup, FoldoutGroup, |
inspector_group_add_to_field | writes | Insert a Tri-Inspector attribute line above a named field in a .cs file. |
inspector_group_add_validator_to_field | writes | Add a validator attribute above a field: Required, ValidateInput(nameof(Method)), |
inspector_group_apply_preset | writes | Apply a canned attribute preset to a class. Presets: |
inspector_group_describe_existing | read-only | Parse a .cs file and report every Tri-Inspector / Buril attribute applied to fields |
inspector_group_propose_from_class | read-only | Ask the active chat provider to propose Tri-Inspector attribute additions for a given |
inspector_group_remove_all_from_class | writes | Strip every Tri-Inspector / Buril attribute line from a class. Removes lines that |