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