JSONSkeleton() public méthode

public JSONSkeleton ( ) : ArrayList
Résultat ArrayList
    // Update is called once per frame
    void Update()
    {
        string js = "";

        js = ons.JSONSkeleton();
        //Debug.Log(js);
        rw.ExecuteJavascript("SetSkeleton('" + js + "');");
    }