Method: MaskPosition#point
- Defined in:
- lib/objects/mask_position.rb
#point ⇒ Object
The part of the face relative to which the mask should be placed. One of “forehead”, “eyes”, “mouth”, or “chin”.
13 14 15 |
# File 'lib/objects/mask_position.rb', line 13 def point @pos.point end |