Method: MaskPosition#x_shift

Defined in:
lib/objects/mask_position.rb

#x_shiftObject

Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. For example, choosing -1.0 will place mask just to the left of the default mask position.



20
21
22
# File 'lib/objects/mask_position.rb', line 20

def x_shift
  @pos.x_shift
end