LogScreen() public method

public LogScreen ( string title ) : void
title string
return void
コード例 #1
0
 public static void SafeLogScreen(string title)
 {
     if (instance)
     {
         instance.LogScreen(title);
     }
 }