class Vector3SortCriterion(val attrId: Int) : SortCriterion
Vector3SortCriterion
(
attrId
)
:
Vector3SortCriterion |
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
()
:
Vector3SortCriterion |
Specifies that the sorting should be based on the X property of the Vector3 attribute.
Signature
fun byX(): Vector3SortCriterion |
byY
()
:
Vector3SortCriterion |
Specifies that the sorting should be based on the Y property of the Vector3 attribute.
Signature
fun byY(): Vector3SortCriterion |
byZ
()
:
Vector3SortCriterion |
Specifies that the sorting should be based on the Z property of the Vector3 attribute.
Signature
fun byZ(): Vector3SortCriterion |
desc
()
:
SortCriterion |
function to set the sorting order to descending
Signature
fun desc(): SortCriterion Returns |