Table of Contents

Interface IConverter<TSource, TDest>

Namespace
Stride.Graphics.Semantics
Assembly
Stride.Graphics.dll
public interface IConverter<TSource, TDest>

Type Parameters

TSource
TDest

Methods

Convert(in TSource, out TDest)

public static abstract void Convert(in TSource source, out TDest dest)

Parameters

source TSource
dest TDest