Interface IConverter<TFrom, TTo>
- Namespace
 - Stride.BepuPhysics.Definitions.SimTests
 
- Assembly
 - Stride.BepuPhysics.dll
 
public interface IConverter<TFrom, TTo>
  Type Parameters
TFromTTo
Methods
TryConvert(TFrom, out TTo)
bool TryConvert(TFrom from, out TTo to)
  Parameters
fromTFromtoTTo