PrefabDrawerGetModuleT Method

Get module of type.

Definition

Namespace: NorthLab.PrefabDrawer
Assembly: NL.PrefabDrawer (in NL.PrefabDrawer.dll) Version: 1.0.0.0
C#
public T GetModule<T>()
where T : IModule

Type Parameters

T
Type of the module

Return Value

T
Found module.

See Also