class Vector3SortCriterion(val attrId: Int) : SortCriterion
| Name | Summary |
|---|---|
Vector3SortCriterion | constructor(attrId: Int) |
| Name | Summary |
|---|---|
attrId | val attrId: Int |
propCode | var propCode: Int |
sortOption | var sortOption: Int |
| Name | Summary |
|---|---|
asc | |
byX | fun byX(): Vector3SortCriterion Specifies that the sorting should be based on the X property of the Vector3 attribute. |
byY | fun byY(): Vector3SortCriterion Specifies that the sorting should be based on the Y property of the Vector3 attribute. |
byZ | fun byZ(): Vector3SortCriterion Specifies that the sorting should be based on the Z property of the Vector3 attribute. |
desc |