Inheritance: UnityEngine.MonoBehaviour
Esempio n. 1
0
 public void set(PImage img)
 {
     set(img.texture);
     width  = img.width;
     height = img.height;
 }
Esempio n. 2
0
 public void set(PImage img)
 {
     set(img.texture);
     width = img.width;
     height = img.height;
 }