Method: MaskPosition#y_shift

Defined in:
lib/objects/mask_position.rb

#y_shiftObject

Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom. For example, 1.0 will place the mask just below the default mask position.



27
28
29
# File 'lib/objects/mask_position.rb', line 27

def y_shift
  @pos.y_shift
end