This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

ISubsystem.Start

Declaration

public void Start();

Description

Starts an instance of a subsystem.

Once the instance is started, the subsystem representing this instance is active and can be interacted with.