- input MattertagPatch {
- # The ID of the floor the Mattertag is on
- : ID
- # If this is set to false this Mattertag should not be shown
- # by players. See Model.mattertags(enabled)
- : Boolean
- # An RGB hex string representing the highlight color for the Mattertag.
- : String
- # A short label for the Mattertag, 60 character limit.
- : String
- # A longer description of the Mattertag, 2,000 character limit.
- : String
- # The type of media available at the given url.
- # If this is specified, then mediaUrl must be set either by
- # this request or previously.
- : MattertagMediaType
- # A URL to external media to associate with the Mattertag.
- : String
- # The position of the Mattertag anchor.
- : IPoint3D
- # Whether or not to show a line from the anchor
- # to the Mattertag disc.
- # Default: true if stemNormal is specified, false otherwise.
- : Boolean
- # The normalized unit vector of the line from the Mattertag anchor
- # to the Mattertag disc.
- : IPoint3D
- # The length of the line from the Mattertag anchor
- # to the Mattertag disc.
- : Float
- # @deprecated Deprecated after v2020.05.04, renamed to anchorPosition for clarity.
- : IPoint3D
- # @deprecated Deprecated after v2020.05.04, split into stemNormal and stemLength
- # for clarity.
- : IPoint3D
- # Keywords associated with this mattertag.
- : [String!]
- }