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

Vector3SortCriterion

Vector3SortCriterion

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

Constructors

NameSummary
Vector3SortCriterion
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
byX
fun byX(): Vector3SortCriterion

Specifies that the sorting should be based on the X property of the Vector3 attribute.
byY
fun byY(): Vector3SortCriterion

Specifies that the sorting should be based on the Y property of the Vector3 attribute.
byZ
fun byZ(): Vector3SortCriterion

Specifies that the sorting should be based on the Z property of the Vector3 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