예제 #1
0
    // Use this for initialization
    void Start()
    {
        viewScale = 141;
        xPos      = 184;
        yPos      = 156;

        spd = GetComponent <SandpitDepthView>();
    }