IntegratedSubsystemDescriptor
Information about a subsystem that can be queried before creating a subsystem instance.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.SubsystemsModule
- Implements: ISubsystemDescriptor
public abstract class IntegratedSubsystemDescriptor : ISubsystemDescriptor
Remarks
This describes a native-backed IntegratedSubsystem. New subsystems should be managed-only; use SubsystemWithProvider and its descriptor instead.
Properties
Property | Description |
|---|---|
| id | A unique string that identifies the subsystem that this Descriptor can create. |