MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / Compare

Method Compare

Examples/StereoKitTest/DebugToolWindow.cs:12–12  ·  view source on GitHub ↗
((float time, T data) a, (float time, T data) b)

Source from the content-addressed store, hash-verified

10{
11 class TimeCompare : IComparer<(float time, T data)>
12 { public int Compare((float time, T data) a, (float time, T data) b) => a.time.CompareTo(b.time); }
13
14 TimeCompare _comparer = new TimeCompare();
15 (float time,T data)[] _frames;

Callers 1

SetTestActiveMethod · 0.80

Calls

no outgoing calls

Tested by 1

SetTestActiveMethod · 0.64