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