class Styles
{
public:
// fields
static readonly GUIContent cutOntriggerExit = EditorGUIUtility.TrTextContent("Cut On Trigger Exit", "Should the cut be performed on trigger exit or on trigger enter?");
static readonly GUIContent cutTimeInterval = EditorGUIUtility.TrTextContent("Time Interval Between Cuts", "The minimum time interval between two consecutive cuts.");
static readonly GUIContent cutSegmentLocalPointA = EditorGUIUtility.TrTextContent("Point A", "The point A of the cut axis.");
static readonly GUIContent cutSegmentLocalPointB = EditorGUIUtility.TrTextContent("Point B", "The point B of the cut axis.");
static readonly GUIContent cutPlanePosition = EditorGUIUtility.TrTextContent("Position", "The position of cut plane.");
static readonly GUIContent cutPlaneRotation = EditorGUIUtility.TrTextContent("Rotation", "The rotation of cut plane.");
static readonly GUIContent cutPlaneScale = EditorGUIUtility.TrTextContent("Scale", "The scale of cut plane.");
static readonly GUIStyle singleButtonStyle = "EditModeSingleButton";
static readonly GUIContent editCutAxisButton = EditorGUIUtility.TrIconContent("d_EditCollider", " | Edit Cut Axis");
static readonly GUIContent editCutPlaneButton = EditorGUIUtility.TrIconContent("d_EditCollider", " | Edit Cut Plane");
};