Haï~

Results 133 issues of Haï~

Issue stemming from #27

documentation
feature

Issue stemming from conversation on Discord

documentation

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()/*...*/); }); ```

feature

feature
modify-existing-assets

feature
modify-existing-assets

Make it easier to find animatable property names for use in animation clips

feature

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...

feature
potential-break