Unity排行榜,数据排序功能实现。 基于C#。欢迎学习下载。 public int CompareTo(SortScoreData other) { if (other == null) return 0; int value = other.GameScore - this.GameScore; return value; }