Ejemplo n.º 1
0
 void Awake()
 {
     if (deformationImage == null)
     {
         deformationImage = GetComponentInParent <DeformationImage>();
     }
 }
Ejemplo n.º 2
0
 public void Init(DeformationImage di)
 {
     this.deformationImage = di;
 }