DepthSelector

class DepthSelector(val min: Int, val max: Int) : Selector(source)

Constructors

Link copied to clipboard
constructor(min: Int, max: Int)

Properties

Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int

Functions

Link copied to clipboard
open override fun selects(file: FSFile): Boolean