MaskPoint
public indirect enum MaskPoint : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Part of the face, relative to which a mask should be placed
-
A mask should be placed relatively to the forehead
Declaration
Swift
case forehead -
A mask should be placed relatively to the eyes
Declaration
Swift
case eyes -
A mask should be placed relatively to the mouth
Declaration
Swift
case mouth -
A mask should be placed relatively to the chin
Declaration
Swift
case chin
View on GitHub
Install in Dash
MaskPoint Enumeration Reference