Beamable SDK
|
This type defines functionality implemented by a collections of resolvers. More...
Public Member Functions | |
void | OnTeardown () |
bool | CanResolve () |
bool | Exists () |
T | Resolve () |
This type defines functionality implemented by a collections of resolvers.
It contains only those methods that can be used generically across resolvers without knowing the type they resolve. Pragmatically any implementor should always inherit the generic typed interface below.
T | : | class |