Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 513 Bytes

File metadata and controls

15 lines (11 loc) · 513 Bytes

IGeneralSceneObjectCache

interface in AdvancedSceneManager.Utility

Description

Methods

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._