Interface IConverter<CoreType,ApiType>
- Type Parameters:
CoreType
- The type used by DH Core (not visible to the API user)ApiType
- The type used by DH API (not used by Core)
- All Known Implementing Classes:
ApiFogDrawModeConverter
,DefaultConverter
,RenderModeEnabledConverter
public interface IConverter<CoreType,ApiType>
Interface used for converting Core and API objects.
-
Method Summary
Modifier and TypeMethodDescriptionconvertToApiType
(CoreType coreObject) convertToCoreType
(ApiType apiObject)
-
Method Details
-
convertToCoreType
-
convertToApiType
-