예제 #1
0
 public void IndexOfSelectedCamera(CameraListUShortInputSigDelegate callback)
 {
     for (int index = 0; index < Devices.Count; index++)
     {
         callback(Devices[index].SmartObjects[ControlJoinId].UShortInput[Joins.Numerics.IndexOfSelectedCamera], this);
     }
 }
예제 #2
0
 public void PlayingCameraNumber(CameraListUShortInputSigDelegate callback)
 {
     for (int index = 0; index < Devices.Count; index++)
     {
         callback(Devices[index].SmartObjects[ControlJoinId].UShortInput[Joins.Numerics.PlayingCameraNumber], this);
     }
 }