csharp
public readonly record struct CurveCompressionReportWhat a compression pass removed.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public int KeysBeforeHow many keys went in.
public int KeysAfterHow many came out.
public int ChannelsBeforeHow many channels went in.
public int ChannelsAfterHow many came out — a channel that no longer moves is dropped.
public float RatioHow much of the original is left, as a fraction.
Methods (1)
public CurveCompressionReport(int KeysBefore, int KeysAfter, int ChannelsBefore, int ChannelsAfter)What a compression pass removed.
Used by (9)
- CompressionBenchmarksVixen.Benchmarks.Animation
- AnimationCurveCompressorVixen.Animation
- CompressionTestsVixen.Animation.Tests
- GoalTrajectoryVixen.Animation
- SurfacePathVixen.Animation
- TrajectoryCurveVixen.Animation
- TrajectoryReportVixen.Animation
- TrajectoryRotationCurveVixen.Animation
- TrajectoryTestsVixen.Animation.Tests