// 텍스트를 표시합니다. public static void print(string text, float lifetime) { DebugPrint dp = DebugPrint.getInstance(); dp.add_text(text, lifetime); }