public class DebugOverlayTag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
color
Color for tag display.
|
java.lang.String |
description
Description to display in settings.
|
java.lang.String |
name
Name of tag.
|
| Constructor and Description |
|---|
DebugOverlayTag(java.lang.String name,
java.lang.String description,
int color) |