Do a pass on the documentation:

- Add and update inline documentation.
- Mark some inconsistencies.
- Not everything is reviewed yet.
This commit is contained in:
Haï~
2024-07-01 23:16:51 +02:00
parent c54c377202
commit e50ea684a5
7 changed files with 238 additions and 55 deletions
@@ -12,6 +12,8 @@ namespace AnimatorAsCode.V1
internal static class AacInternals
{
internal const string AutoGeneratedPrefix = "zAutogenerated/";
// The legacy prefix is preserved, because we need to still be able to clean up
// assets generated using that legacy prefix from previous versions.
internal const string AutoGeneratedLegacyPrefix = "zAutogenerated__";
internal static AnimatorController NewAnimatorController(AacConfiguration component, string suffix)