示例#1
0
    void Start()
    {
        dotPool = GetComponent <DotPool>();

        startingPosition = transform.localPosition;
    }
示例#2
0
    void Start()
    {
        dotPool = new DotPool();

        blackTex = Texture2D.blackTexture;
    }