API reference
API reference
Select your platform
No SDKs available
No versions available

Vector4SortCriterion

Vector4SortCriterion

class Vector4SortCriterion(val attrId: Int) : SortCriterion
Represents a sorting criterion based on a Vector4 attribute.

Constructors

NameSummary
Vector4SortCriterion
constructor(attrId: Int)

Properties

NameSummary
attrId
val attrId: Int
propCode
var propCode: Int
sortOption
var sortOption: Int

Functions

NameSummary
asc
fun asc(): SortCriterion

function to set the sorting order to ascending
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
fun desc(): SortCriterion

function to set the sorting order to descending
Did you find this page helpful?
Thumbs up icon
Thumbs down icon