コード例 #1
0
ファイル: ViewSpaceControl.cs プロジェクト: jkent4444/Unearth
    // Use this for initialization
    void Start()
    {
        viewScale = 141;
        xPos      = 184;
        yPos      = 156;

        spd = GetComponent <SandpitDepthView>();
    }