Class Subsystem<TSubsystemDescriptor>
Inheritance
Subsystem<TSubsystemDescriptor>
Assembly: UnityEngine.dll
Syntax
public abstract class Subsystem<TSubsystemDescriptor> : Subsystem, ISubsystem where TSubsystemDescriptor : ISubsystemDescriptor
Type Parameters
Name |
Description |
TSubsystemDescriptor |
|
Properties
|
Improve this Doc
View Source
SubsystemDescriptor
Declaration
public TSubsystemDescriptor SubsystemDescriptor { get; }
Property Value
Type |
Description |
TSubsystemDescriptor |
|
Implements
Extension Methods