| 
    Impact Interaction System API
    
   | 
 
Utility class for InteractionData. More...
Static Public Member Functions | |
| static InteractionData | ToInteractionData< T > (T original) | 
| Converts the given IInteractionData implementation to InteractionData.  More... | |
Utility class for InteractionData.
      
  | 
  static | 
Converts the given IInteractionData implementation to InteractionData.
| T | The IInteractionData type. | 
| original | The original IInteractionData object. | 
| T | : | IInteractionData |