예제 #1
0
 // Call Hue API on any change to any light/state update. Should pass ID as well. Rate limit should be handled on the Hue API service
 // Use public var accessible from inspector to allow changes to rate limit
 public VCSubPanel()
 {
     title     = "untitled";
     subModule = new VCSubModule();
 }
예제 #2
0
 public VCSubPanel(string title, VCSubModule subModule)
 {
     this.title     = title;
     this.subModule = subModule;
 }