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