View Source Telegex.Type.MaskPosition (Telegex v1.0.0-rc.5)

This object describes the position on faces where a mask should be placed by default.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.MaskPosition{
  point: String.t(),
  scale: float(),
  x_shift: float(),
  y_shift: float()
}