示例#1
0
 public bool IsConnect(PositionType type)
 {
     return(HapticApi.IsDevicePlaying(type));
 }
示例#2
0
 public bool IsConnect(HapticDeviceType type, bool isLeft = true)
 {
     return(HapticApi.IsDevicePlaying(BhapticsUtils.ToPositionType(type, isLeft)));
 }
示例#3
0
 public bool IsActive(PositionType type)
 {
     return(HapticApi.IsDevicePlaying(type));
 }