static void CreateNewAsset() { CCEditorUtility.CreateAsset <CCTextTorusWrapper>("New Torus Wrapper"); }
static void CreateColorGradient() { CCEditorUtility.CreateAsset <CCGradient>("New Gradient"); }
static void CreateNewAsset() { CCEditorUtility.CreateAsset <CCTextRangeColorer>("New Range Colorer"); }
static void CreateNewAsset() { CCEditorUtility.CreateAsset <CCTextVerticalColorer>("New Vertical Colorer"); }
static void CreateSpriteFont() { CCEditorUtility.CreateAsset <CCFont>("New Font"); }
static void CreateNewAsset() { CCEditorUtility.CreateAsset <CCTextCylinderWrapper>("New Cylinder Wrapper"); }
static void CreateNewAsset() { CCEditorUtility.CreateAsset <CCTextMarkedColorer>("New Marked Colorer"); }