Property allInstances
allInstances
Gets the currently enabled manager instances tracked by the runtime.
public static IEnumerable<VistaManager> allInstances { get; }
Property Value
Remarks
Managers register in OnEnable and unregister in OnDisable.