This version of Unity is unsupported.

TypeConversion

class in Unity.Properties

/

Implemented in:UnityEngine.PropertiesModule

Description

Helper class to handle type conversion during properties API calls.

Static Methods

Convert Converts the specified value from TSource to TDestination.
Register Registers a new converter from TSource to TDestination.
TryConvert Converts the specified value from TSource to TDestination.