コード例 #1
0
        // Use this for initialization
        void Start()
        {
            //BackGround work
            cam = Camera.main;

            instance = instance ?? this;
            CountAllDeltas();
        }
コード例 #2
0
 private void Awake()
 {
     instance = instance ?? this;
 }