コード例 #1
0
    void Update()
    {
        CopyRightDisplayer re = CopyRightDisplayer.GetCopyRights();

        GO.GetComponent <Text>().text = re.GetCopyRightInfo();
    }