예제 #1
0
 public S4ObjectDebugView(S4Object obj)
 {
     this.s4obj = obj;
 }
예제 #2
0
 public S4ObjectSlotDisplay(S4Object obj, string name)
 {
     this.s4obj = obj;
     this.name = name;
 }
예제 #3
0
 public S4ObjectSlotDisplay(S4Object obj, string name)
 {
     this.s4obj = obj;
     this.name  = name;
 }
예제 #4
0
 public S4ObjectDebugView(S4Object obj)
 {
     this.s4obj = obj;
 }