MaskListΒΆ

Methods:

class com::leapmotion::leap::MaskList

Note: This class is an experimental API for internal use only.

It may be removed without warning.

A list containing Mask objects.

Since
2.2.6

Public Functions

MaskList append(MaskList other)

Appends the contents of another list of masks to this one.

Since
2.2.6

int count()

The number of masks in this list.

Since
2.2.6

Mask get(int index)

The MaskList supports array indexing.

Since
2.2.6

boolean isEmpty()

Reports whether this list is empty.

Since
2.2.6

MaskList()

Constructs an empty list for Mask objects.

Since
2.2.6

class MaskListIterator