Example #1
0
 public static void RestoreRxBool(ILegoRxStruct <bool> rxBool)
 {
     BoolPool.Restore(rxBool);
 }
Example #2
0
 public static void RestoreRxFloat(ILegoRxStruct <float> rxFloat)
 {
     FloatPool.Restore(rxFloat);
 }
Example #3
0
 public static void RestoreRxDouble(ILegoRxStruct <double> rxDouble)
 {
     DoublePool.Restore(rxDouble);
 }
Example #4
0
 public static void RestoreRxStr(ILegoRxStruct <string> rxStr)
 {
     StrPool.Restore(rxStr);
 }
Example #5
0
 public static void RestoreRxLong(ILegoRxStruct <long> rxLong)
 {
     LongPool.Restore(rxLong);
 }
Example #6
0
 public static void RestoreRxInt(ILegoRxStruct <int> rxInt)
 {
     IntPool.Restore(rxInt);
 }
Example #7
0
 public static void RestoreRxShort(ILegoRxStruct <short> rxShort)
 {
     ShortPool.Restore(rxShort);
 }
Example #8
0
 public static void RestoreRxByte(ILegoRxStruct <byte> rxByte)
 {
     BytePool.Restore(rxByte);
 }