class Vector2SortCriterion(val attrId: Int) : SortCriterion
Vector2SortCriterion
(
attrId
)
:
Vector2SortCriterion |
Signature
constructor(attrId: Int) Parameters
attrId:
Int
Returns |
attrId
:
Int
[Get] |
Signature
val attrId: Int |
propCode
:
Int
[Get][Set] |
Signature
var propCode: Int |
sortOption
:
Int
[Get][Set] |
Signature
var sortOption: Int |
asc
()
:
SortCriterion |
function to set the sorting order to ascending
Signature
fun asc(): SortCriterion Returns |
byX
()
:
Vector2SortCriterion |
Specifies that the sorting should be based on the X property of the Vector2 attribute.
Signature
fun byX(): Vector2SortCriterion |
byY
()
:
Vector2SortCriterion |
Specifies that the sorting should be based on the Y property of the Vector2 attribute.
Signature
fun byY(): Vector2SortCriterion |
desc
()
:
SortCriterion |
function to set the sorting order to descending
Signature
fun desc(): SortCriterion Returns |