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