LabelPatch

open_in_new

GraphQL Schema definition

  • input LabelPatch {
  • # If this is set to false this Label should not be shown
  • # by players. See Model.labels(enabled)
  • enabled: Boolean
  • # The label to display, 60 character limit.
  • label: String
  • # The position of the Label.
  • position: IPoint3D
  • # The ID of the floor the Label is on
  • floorId: ID
  • }