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