Table of Contents

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 TFrom
to TTo

Returns

bool