MaskListΒΆ

Properties:

Methods:

class 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

MaskList()

Constructs an empty list for Mask objects.

Since
2.2.6

Property

int Count

The number of masks in this list.

Since
2.2.6

bool IsEmpty

Reports whether this list is empty.

Since
2.2.6