1using System.Collections.Generic;
Unity components communication service.
static void Register< T >(T obj)
Registering a component for further reference to it.
static T Resolve< T >()
Get scene object by component type.
static void Unregister< T >(T obj)
static void UnregisterAll()
static readonly HashSet< object > _registeredObjects