Name | Summary |
---|---|
SortCriteriaBuilder | constructor() |
Name | Summary |
---|---|
build | fun build(): List<SortCriterion> |
byEntityAttribute | fun byEntityAttribute(attrId: Int): EntitySortCriterion |
byFloat | fun byFloat(attrId: Int): FloatSortCriterion |
byInt | fun byInt(attrId: Int): IntSortCriterion |
byLong | fun byLong(attrId: Int): LongSortCriterion |
byPose | fun byPose(attrId: Int): PoseSortCriterion |
byString | fun byString(attrId: Int): StringSortCriterion |
byTime | fun byTime(attrId: Int): TimeSortCriterion |
byVector2 | fun byVector2(attrId: Int): Vector2SortCriterion |
byVector3 | fun byVector3(attrId: Int): Vector3SortCriterion |
byVector4 | fun byVector4(attrId: Int): Vector4SortCriterion |