Convert<TSource, TDestination>(ref TSource)
Converts the specified value from TSource to TDestination.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Convert<T, U>(T)
public static TDestination Convert<TSource, TDestination>(ref TSource value)
Parameters
Returns
Type | Description |
|---|---|
| T | The value converted to the |