Method TryDecode
TryDecode(object, Type, out object, out SkipReason, GameObject)
Decodes one encoded value into targetType. See the class doc for formats.
public static bool TryDecode(object encoded, Type targetType, out object value, out ContentCodec.SkipReason reason, GameObject context = null)
Parameters
encodedobjecttargetTypeTypevalueobjectreasonContentCodec.SkipReasoncontextGameObject