Class Leap::Attachments::AttachmentPointFlagsExtensions

class Leap.Attachments.AttachmentPointFlagsExtensions

Public Static Functions

static bool ContainsPoint (this AttachmentPointFlags points, AttachmentPointFlags singlePoint)

Returns whether these AttachmentPointsFlags contain the single flag specified by singlePoint. Will raise a warning in the editor if the argument is not a single flag constant.

static bool Contains (this AttachmentPointFlags points, AttachmentPointFlags otherPoints)

Returns whether these AttachmentPointFlags contain the flags set in otherPoints.

Param points

Param otherPoints

Return