Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TypeConversion

Helper class to handle type conversion during properties API calls.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Class
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public static class TypeConversion

Static Methods

Method

Description

ConvertConverts the specified value from
TSource
to
TDestination
.
RegisterRegisters a new converter from
TSource
to
TDestination
.
TryConvertConverts the specified value from
TSource
to
TDestination
.