Start()
Starts an instance of a subsystem.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.SubsystemsModule
void Start()
Remarks
Once the instance is started, the subsystem representing this instance is active and can be interacted with.