Ejemplo n.º 1
0
    public static CopyRightDisplayer GetCopyRights()
    {
        if (crd == null)
        {
            crd = new CopyRightDisplayer();
        }

        return(crd);
    }
Ejemplo n.º 2
0
    void Update()
    {
        CopyRightDisplayer re = CopyRightDisplayer.GetCopyRights();

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