示例#1
0
    public void StopFindPlanes()
    {
        isStart = false;
        FindPlane.StopFind();
        Debug.Log("Stop Find");
        Material material = Resources.Load <Material>("Trigrid_green");

        dynamicButton.GetComponentInChildren <Text>().text = "START";
    }