Haï~
Haï~
Issue stemming from #27
Issue stemming from conversation on Discord
Something along these lines: ```csharp aac.NewBlendTree() // AacFlUnconstructedBlendTree .Cartesian(fx.FloatParameter("X"), fx.FloatParameter("Y")) // AacFlBlendTree2D : AacFlBlendTree .Blending(blend -> { // AacFlEditBlendTree2D blend.At(0f, 0f).WithAnimation(aac.NewBlendTree()/*...*/); }); ```
Make it easier to find animatable property names for use in animation clips
Some functions return `void`. - For some of them, it can be argued that returning void marks the effective consumption of what precedes it (i.e. AacFlSettingCurve). - For others, it...