Table of Contents

Interface IManagerSource<T, TM>

Namespace
RisingV.Shared.Managers
Assembly
RisingV.Shared.dll

Represents a source of managers that can manage instances of type T.

public interface IManagerSource<T, in TM> : IManagerSource, ITypeSource<T>, ITypeSource where T : class, IManageable<in TM> where TM : class, IManager

Type Parameters

T

Type of manageable instances.

TM

Type of the manager that manages instances of type T.

Inherited Members
Extension Methods

Methods

AssignManager(TM)

void AssignManager(TM manager)

Parameters

manager TM