summaryrefslogtreecommitdiff
path: root/doc/classes/CanvasGroup.xml
AgeCommit message (Collapse)Author
2022-12-13Various fixes and documentation for CanvasGroupclayjohn
Properly apply custom materials with CanvasGroups in the GLES3 backend Properly blur backbuffer when using a partial rect in forward_plus and gl_compatibility renderers Properly set fit_margin when clear_margin is set Fix shader error during backbuffer clear in mobile renderer
2022-11-22Fill random docskobewi
2022-02-15Add an XML schema for documentationHugo Locurcio
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2020-11-04doc: Sync classref with current source + fixup some bindingsRĂ©mi Verschelde
Includes various changes triggered by the refactoring of method bindings.