interface in AdvancedSceneManager.Utility
| Member | Description |
|---|---|
T Get<T>(string key) |
_No documentation available._ |
bool Get<T>(string key, out T obj) |
_No documentation available._ |
IEnumerable<ValueTuple<string, T>> GetAll<T>() |
_No documentation available._ |
void Remove(string key) |
_No documentation available._ |
void Set<T>(string key, T obj) |
_No documentation available._ |