INPUT_OBJECT
LabelPatch
link GraphQL Schema definition
- input LabelPatch {
- # If this is set to false this Label should not be shown
- # by players. See Model.labels(enabled)
- Boolean :
- # The label to display, 60 character limit.
- String :
- # The position of the Label.
- IPoint3D :
- # The ID of the room the Mattertag is in
- # @internal
- ID :
- # The ID of the floor the Mattertag is on
- # @internal
- ID :
- }