예제 #1
0
파일: Shape.cs 프로젝트: araguzers/Rabies-X
 public void updateObjects(Transform[] objects)
 {
     this.objects = objects;
 }
예제 #2
0
파일: Shape.cs 프로젝트: araguzers/Rabies-X
 public Shape(Model model, Transform[] objects)
 {
     this.model = model;
     this.objects = objects;
 }