Version 3.3.0.1

DictionaryKeyUtility class

Namespace: Sirenix.Serialization
Assembly: Sirenix.Serialization
public static class DictionaryKeyUtility
Provides utility methods for handling dictionary keys in the prefab modification system.
Inheritance
  • System.Object
  • DictionaryKeyUtility

Methods

GetDictionaryKeyString(Object)
Not yet documented.
public static string GetDictionaryKeyString(object key)
Parameters
System.Object key

Returns
System.String

GetDictionaryKeyValue(String, Type)
Not yet documented.
public static object GetDictionaryKeyValue(string keyStr, Type expectedType)
Parameters
System.String keyStr

System.Type expectedType

Returns
System.Object

GetPersistentPathKeyTypes()
Not yet documented.
public static IEnumerable<Type> GetPersistentPathKeyTypes()
Returns
System.Collections.Generic.IEnumerable<System.Type>

KeyTypeSupportsPersistentPaths(Type)
Not yet documented.
public static bool KeyTypeSupportsPersistentPaths(Type type)
Parameters
System.Type type

Returns
System.Boolean