class PoseSortCriterion(val attrId: Int) : SortCriterion
| Name | Summary |
|---|---|
PoseSortCriterion | constructor(attrId: Int) |
| Name | Summary |
|---|---|
attrId | val attrId: Int |
propCode | var propCode: Int |
sortOption | var sortOption: Int |
| Name | Summary |
|---|---|
asc | |
byOrientationW | fun byOrientationW(): PoseSortCriterion Specifies that the sorting should be based on the W orientation of the Pose attribute. |
byOrientationX | fun byOrientationX(): PoseSortCriterion Specifies that the sorting should be based on the X orientation of the Pose attribute. |
byOrientationY | fun byOrientationY(): PoseSortCriterion Specifies that the sorting should be based on the Y orientation of the Pose attribute. |
byOrientationZ | fun byOrientationZ(): PoseSortCriterion Specifies that the sorting should be based on the Z orientation of the Pose attribute. |
byPositionX | fun byPositionX(): PoseSortCriterion Specifies that the sorting should be based on the X position of the Pose attribute. |
byPositionY | fun byPositionY(): PoseSortCriterion Specifies that the sorting should be based on the Y position of the Pose attribute. |
byPositionZ | fun byPositionZ(): PoseSortCriterion Specifies that the sorting should be based on the Z position of the Pose attribute. |
desc |