Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created September 12, 2021 12:36
Show Gist options
  • Select an option

  • Save todorok1/6b5f7de8736ad28f3aa665fea6c944c8 to your computer and use it in GitHub Desktop.

Select an option

Save todorok1/6b5f7de8736ad28f3aa665fea6c944c8 to your computer and use it in GitHub Desktop.
ゲーミングDebug.Logのサンプルメソッド
void Start()
{
string msg = "1文字ずつ色を変えて出力してみよう!ゲーミング感が出てきてきっとキミのテンションも上がるはずだ!!!";
GamingDebug.OutputLine(msg, ColorCodeHolder.ColorToneName.PccsVivid);
GamingDebug.OutputLine(msg, ColorCodeHolder.ColorToneName.MunsellBright);
GamingDebug.OutputLine(msg, ColorCodeHolder.ColorToneName.MunsellLight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment