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