コード例 #1
0
 public void ChangeLight(BoxLightState state, BoxLightInfo lightInfo)
 {
     object[] objArray1 = new object[] { state, lightInfo };
     base.method_8("ChangeLight", objArray1);
 }
コード例 #2
0
 public void ChangeAmbient(BoxLightState state)
 {
     object[] objArray1 = new object[] { state };
     base.method_8("ChangeAmbient", objArray1);
 }