Esempio n. 1
0
 public BoxLightState FindState(BoxLightStateType stateType)
 {
     object[] objArray1 = new object[] { stateType };
     return(base.method_14 <BoxLightState>("FindState", objArray1));
 }
Esempio n. 2
0
 public void SetLightState(BoxLightStateType stateType)
 {
     object[] objArray1 = new object[] { stateType };
     base.method_8("SetLightState", objArray1);
 }
Esempio n. 3
0
 public void ChangeStateImpl(BoxLightStateType stateType)
 {
     object[] objArray1 = new object[] { stateType };
     base.method_8("ChangeStateImpl", objArray1);
 }