2015-06-11から1日間の記事一覧

Unity 例外 起こす

throw new Exception("FOVKick camera is null, please supply the camera to the constructor");

unity 文字列 配列 初期化

var titles = new string[] {"Original", "Replacement", ""};