注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
29. Singletonのサンプル public class Hoge : MonoBehaviour { static Hoge instance; public static H... 29. Singletonのサンプル public class Hoge : MonoBehaviour { static Hoge instance; public static Hoge GetInstance(){ return instance; } void Awake(){ instance = this; } }
2015/12/08 リンク