Appearance
helix / Sort
Variable: Sort
constSort:object
Defined in: core/values/enums.ts:27
Selector sort= - the order a multi-match selector returns entities in. A named-constant namespace + union type (declaration merging), same stance as Gamemode: author Sort.NEAREST over the bare, typo-prone "nearest".
Type Declaration
ARBITRARY
readonlyARBITRARY:"arbitrary"="arbitrary"
FURTHEST
readonlyFURTHEST:"furthest"="furthest"
NEAREST
readonlyNEAREST:"nearest"="nearest"
RANDOM
readonlyRANDOM:"random"="random"